0.6.3 • Published 7 months ago

asciimath-parser-cli v0.6.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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.3

7 months ago

0.6.2

10 months ago

0.6.1

10 months ago

0.5.9

1 year ago

0.6.0

1 year ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.4

1 year ago

0.5.3

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.6

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.0-beta.5

1 year ago

0.4.0-beta.4

1 year ago

0.4.0-beta.3

1 year ago

0.4.0-beta.2

1 year ago

0.4.0-beta.1

1 year ago

0.4.0-beta.0

1 year ago

0.3.9

1 year ago

0.3.8

1 year ago

0.3.7

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago