0.2.3 • Published 7 years ago
math2image v0.2.3
math2image
CLI tool to create SVG math image
Installation
npm install -g math2imageUsages
from stdin
echo "e^{i \pi} + 1 = 0" | math2image > euler-identity.svgfrom a file
math2image sample7.math.texfrom a file specifying output name
math2image -o output.svg sample7.math.texsave as .png
math2image --to-png --png-width=500 sample7.math.texsample7.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
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