phadej / latex-svg

Render LaTeX math to SVG mages
BSD 3-Clause "New" or "Revised" License
17 stars 4 forks source link

Use `dvisvgm` in `\documentclass` #8

Open jasagredo opened 12 months ago

jasagredo commented 12 months ago

In latex-svg-image, adding this modifier to the document definition as follows:

\documentclass[12pt,dvisvgm]{...}

Allows tikz pictures to be later on rendered by dvisvgm.

Would you consider adding it?

For reference: this is where I found about it https://tex.stackexchange.com/a/560548