Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

artcompiler/parselatex

Repository files navigation

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');

About

A library for parsing LaTeX

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors