3 releases

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

#1511 in WebAssembly

Download history 3/week @ 2024-10-14 1/week @ 2024-10-28 8/week @ 2024-11-04 8/week @ 2024-11-18 3/week @ 2024-11-25 9/week @ 2024-12-02 14/week @ 2024-12-09 1/week @ 2024-12-16

248 downloads per month
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
~66K SLoC