/ piacw.com / dev / final / node_modules / asciimath-to-latex /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]test/2 years ago -  
[TXT]README.md2 years ago413 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago 45K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2 years ago1.4K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]yarn.lock2 years ago 86 0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

AsciiMath to LaTex converter

AsciiMath to LaText 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}`)
Apache/2.4.38 (Debian) Server at www.karls.computer Port 80