TikZJax: Embedding LaTeX Drawings in HTML
Published on: 2025-08-23 02:04:22
TikZJax
TikZJax converts script tags (containing TikZ code) into SVGs.
See a live demo at https://tikzjax.com/.
Example
In the of your HTML, include
Then in the , include TikZ code such as
Your TikZ will be compiled into SVGs; the
will be rendered as
How does this work?
Using web2js, the Pascal source of tex is compiled to WebAssembly; the latex format is loaded (without all th
... Read full article.