Render LaTeX markup and equations to compact, self-aligning, scalable SVG (Python3 & commandline)
Python wrapper and CLI utility to render LaTeX markup and equations as SVG usingdvisvgm and svgo. Based on the original work by Tino Wagner, this version has enhanced features. The design goals are: Auto vertical alignment without any further styling. by adding a style=”vertical-align:” to the SVG attributes Auto scaling on font size/zoom change. by using em units for width, height and style Unique IDs so multiple SVGs on one page wonβt corrupt each other. by generating random 4-character ID […]
Read more