0.6.5 • Published 1 year ago

asciimath-parser-cli v0.6.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Asciimath Parser

A parser that transforms asciimath to LaTeX.

NPM version

What is asciimath

A js implementation of simple mathematical formula markup language. Easier to learn and easier to use than LaTeX.

  • Without tedious backslashes of LaTeX, it is readable.
  • Even if the formula has syntax errors, only a single formula is affected, but the entire page is not affected.
  • Asciimath precedence is complicated, but you can just add parentheses when in doubt.

How to use

CLI

pnpm i asciimath-parser-cli
pnpx am-parse input_file.txt
# This will parse delimitered asciimath formulas into LaTeX formulas.
Options
-d <delimiter>Specify a delimiter (default: `)
--display <display_mode>Whether to enable display mode in inline formula (default: false)
-h, --helpDisplay this message
0.6.5

1 year ago

0.6.4

1 year ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.5.9

2 years ago

0.6.0

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.6

2 years ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.0-beta.5

2 years ago

0.4.0-beta.4

2 years ago

0.4.0-beta.3

2 years ago

0.4.0-beta.2

2 years ago

0.4.0-beta.1

2 years ago

0.4.0-beta.0

2 years ago

0.3.9

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago