Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法可以在 p5.js 中渲染 LaTeX 方程?
我天真地尝试通过在p5.js 编辑器模板中包含他们的自动渲染起始模板index.html然后编写一个“方程”来使用 KaTeX
index.html
text("$$\\epsilon = 0.4$$", 30, 30);
在draw()函数中。这失败了,请参见此处。
draw()