0.2.3 • Published 5 years ago

math2image v0.2.3

Weekly downloads
4
License
MIT
Repository
-
Last release
5 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