diff --git a/static/index.html b/static/index.html index e33683a..888ba0f 100644 --- a/static/index.html +++ b/static/index.html @@ -4,14 +4,14 @@ - + -
LaTeX2Image allows LaTeX math equations to be exported directly to multiple image formats, and saved for use in other documents.
-The full source code is available on GitHub. - Behind the scenes, a Node.js app starts an isolated Docker container with a LaTeX installation for each request, - compiling the generated .tex file and converting it to an SVG vector image. If required, the SVG file is then converted to a raster image format. +
LaTeX2Image allows LaTeX math equations to be exported directly to multiple image formats, and saved for use in other documents.
+ Enter in a LaTeX math equation and click “Convert”. For a sample expression, click “Show Example”. Source code available on GitHub.