tex.gaato.net provides endpoints to render LaTeX strings as SVG or PNG images.
Renders a LaTeX string as a PNG image.
Parameter | Type | Description |
---|---|---|
latex | string | LaTeX string to be rendered |
- 200 OK
image/png
: PNG image
- 400 Bad Request
text/plain
: Error message if the LaTeX string is missing or if there's a LaTeX syntax error
- 500 Internal Server Error
text/plain
: Error message if any other error occurs
Renders a LaTeX string as an SVG image.
Parameter | Type | Description |
---|---|---|
latex | string | LaTeX string to be rendered |
- 200 OK
image/svg+xml
: SVG image
- 400 Bad Request
text/plain
: Error message if the LaTeX string is missing or if there's a LaTeX syntax error
- 500 Internal Server Error
text/plain
: Error message if any other error occurs