math2image
TypeScript icon, indicating that this package has built-in type declarations

0.2.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i math2image

Weekly Downloads

2

Version

0.2.3

License

MIT

Unpacked Size

30.6 kB

Total Files

15

Last publish

Collaborators

  • nwtgck