Skip to content
/ texit Public
forked from texit/texit

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

License

Notifications You must be signed in to change notification settings

todun/texit

 
 

Repository files navigation

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 equation 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published