edemaine / svgtiler

Tool for drawing diagrams on a grid, combining grids of SVGs into a big SVG figure
MIT License
58 stars 6 forks source link

LaTeX <text> #54

Open edemaine opened 5 years ago

edemaine commented 5 years ago

Let's add a latex attribute to <text> objects that causes external (cached) rendering of LaTeX labels [or KaTeX in future SVG mode, or MathJax?] into SVG.

MathJax actually offers another possibility: render text to SVG and include it directly.

edemaine commented 4 years ago

v1.12.0 adds this feature! More precisely, it generates a .tex companion file that includes the .pdf (or .svg if you have the appropriate conversion package) which have the text excluded.

Some limitations: