3 releases

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

#24 in #end

Download history 44/week @ 2024-06-20 6/week @ 2024-06-27 15/week @ 2024-07-04 13/week @ 2024-07-11 8/week @ 2024-07-18 20/week @ 2024-07-25 12/week @ 2024-08-01 4/week @ 2024-08-08 1/week @ 2024-08-15 6/week @ 2024-08-22 19/week @ 2024-08-29 8/week @ 2024-09-12 23/week @ 2024-09-19 18/week @ 2024-09-26 4/week @ 2024-10-03

53 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