3 releases

0.2.4 Jun 17, 2024
0.2.2-rc2 Apr 19, 2024

#1061 in Text processing


Used in 5 crates (4 directly)

Apache-2.0

29KB
453 lines

Specification structure of a set of LaTeX commands.

The specification will be passed to MiTeX for converting LaTeX code correctly. For example, MiTeX Parser uses it to produce an AST that respect the shape of commands.

Note: since we need to process environments statically, users cannot override the \begin and \end commands.

See https://github.com/mitex-rs/mitex/blob/main/docs/spec.typ for detailed description.

Dependencies

~1.6–3MB
~65K SLoC