Stog handles ... ]]>.

Just put some LaTeX code inside and Stog will compile it to a SVG file, to show the result in your page.

The big advantage is that you can zoom in or out and the result will scale accordingly.

How does this work ? The LaTeX code is compiled with latex -interaction=batchmode to get a .dvi file. This file is sent to dvisvgm to generate a SVG file.

Example: $a x^2 + \frac{3}{2} x - 1 = \pi$]]> will display this: $ x^2 + \frac{3}{2} x - 1 = \pi$

Another example:

The code: