0.5.1 • Published 4 years ago
asciimath-to-latex v0.5.1
AsciiMath to LaTeX converter
Installation
yarn add asciimath-to-latex
Usage
const asciimath2latex = require('asciimath-to-latex')
const asciimath = '2=(((3-x)xx2)/(3-x))'
console.log(`asciimath: ${asciimath}`)
const latex = asciimath2latex(asciimath)
console.log(`latex: ${latex}`)
Credits
I forgot where I copied the original code from. It's probably here.
0.5.0
4 years ago
0.5.1
4 years ago
0.4.0
4 years ago
0.3.2
8 years ago
0.3.1
8 years ago
0.3.0
9 years ago
0.2.4
9 years ago
0.2.3
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.9
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago