This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
l2p /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 06 17:36:58 -0700 2007 | |
| |
Makefile | Sat Oct 06 16:47:33 -0700 2007 | |
| |
README | ||
| |
l2p | ||
| |
maxwells.latex | ||
| |
mklatest | Thu May 10 13:48:25 -0700 2007 | |
| |
todo | Fri Apr 04 17:10:53 -0700 2008 | |
| |
vistest/ |
L2P - Create pictures from LaTeX math expressions
L2P is a command-line tool to create PNG images of math expressions,
formatted in the LaTeX typesetting language. While it can convert a
whole document, it is designed to easily generate images from just a
fragment of LaTeX code, without you needing to build a separate LaTeX
markup file. A large set of options provide great control and finesse
over the resulting image.
EXAMPLES
l2p -i '$4x^2-7=\cos{2 \pi x}$' -o eqn4.png
Produce a PNG image, named 'eqn4.png', of the equation described by the
LaTeX expression '$4x^2 - 7 = \cos{2 \pi x}$'.
l2p -d 250 -i '$\nabla \cdot \mathbf{D} = \rho$'
Produce a PNG image from the LaTeX code given with the -i argument
(which happens to be one of Maxwell's equations), at 250 dots per inch.
Since we did not specify an output file name with the -o option, the
image will be 'eqn.png' (the default).
l2p -p amssymb -i '$\mho$' -o mho.png
Produce a PNG image of the Mho symbol (an upside-down capital omega),
saving the image in the file 'mho.png'. We include the amssymb package,
which defines that symbol.
l2p -B 20x30 -i '$\sum_{n=0}^{\infty}\frac{(-\phi^2)^n}{(2n)!}$' -o cosine.png
Produce an image of the indicated infinite summation, padded with a
border that is 20 pixels on each side horizontally, and 30 pixels each
side vertically. The color of this border region will be the same as
the rest of the image background.
Homepage: http://redsymbol.net/software/l2p/
Public source repository: http://github.com/redsymbol/l2p/tree/master
License: Public Domain, have at it












