/texit

A simple web service that makes beautiful typesetting easy anywhere on the web.

Primary LanguagePythonMIT LicenseMIT

texit

A simple web service that makes beautiful typesetting easy anywhere on the web.

Usage

Equations

Get rendered PNG of provided LaTeX equation.

http://tex.sh/tex/$<latex goes here>$.png

Markdown Example

You'll have to escape backslashes and friends when using Markdown.

![Discrete Fourier Transform](http://tex.sh/tex/$\\sum_{i=-\\infty}^{\\infty} x[n] e^{-i\\omega t}$)

becomes ![Example](http://tex.sh/tex/$\\sum_{i=-\\infty}^{\\infty} x[n] e^{-i\omega t}$)

Graphs

Get a graph of a function:

http://tex.sh/graph/x^2

Output:

Basic Parabola

Parameters

Parameters are passed after the function to graph.

http://tex.sh/graph/x^2,xmin=-5,xmax=+5,ymin=0,xlabel=label

This renders out to the following.

Example Graph

Valid parameters
xmin
xmax
ymin
ymax
xlabel
ylabel