0.2.1-SNAPSHOT • Published 8 years ago

math2image v0.2.1-SNAPSHOT

Weekly downloads
4
License
MIT
Repository
-
Last release
8 years ago

math2image

npm Build Status Greenkeeper badge

CLI tool to create SVG math image

Installation

npm install -g math2image

Usages

from stdin

echo "e^{i \pi} + 1 = 0" | math2image > euler-identity.svg

from a file

math2image sample7.math.tex

from a file specifying output name

math2image -o output.svg sample7.math.tex

save as .png

math2image --to-png --png-width=500 sample7.math.tex
sample7.math.tex
% (from: https://en.wikibooks.org/wiki/LaTeX/Mathematics)
f(n) =
\begin{cases}
  n/2       & \quad \text{if } n \text{ is even}\\
  -(n+1)/2  & \quad \text{if } n \text{ is odd}
\end{cases}

Gallery

My Note

MYNOTE.md

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

8 years ago

0.2.1-SNAPSHOT-3

8 years ago

0.2.1-SNAPSHOT-2

8 years ago

0.2.1-SNAPSHOT

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.1.0-SNAPSHOT

8 years ago