1.7.6 • Published 8 months ago

@artcompiler/parselatex v1.7.6

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

ParseLaTeX

A library for parsing LaTeX

DESCRIPTION

This module implements a LaTeX parser.

BUILDING

$ make

This command will run ESLint linter and Jest tests.

TESTING

$ make test

This command will run ESLint linter and Jest tests.

INSTALLING

$ npm i './parselatex' # where ./parselatex refers to the working parselatex directory

where ./parselatex refers to the directory that contains this repo.

CALLING

import {Parser} from '@artcompiler/parselatex'
const node = Parser.parse('1 + 2');
1.1.0

4 years ago

1.7.3

10 months ago

1.7.2

10 months ago

1.7.1

10 months ago

1.7.0

10 months ago

1.7.6

8 months ago

1.7.5

10 months ago

1.7.4

10 months ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago