2 releases

new 0.2.2-rc2 Apr 19, 2024

#11 in #shape

Download history 242/week @ 2024-04-15

242 downloads per month
Used in 5 crates (4 directly)

Apache-2.0

27KB
423 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.5–2.7MB
~61K SLoC