3 releases
0.2.4 | Jun 17, 2024 |
---|---|
0.2.2-rc2 | Apr 19, 2024 |
#24 in #end
53 downloads per month
Used in 5 crates
(4 directly)
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