Module mitex_parser::query
source · Expand description
The query module contains the data structures that are used by typst query <mitex-packages>
Structs§
- Command specification that contains a set of commands and environments. It is used for us to define the meta data of LaTeX packages in typst code and query by
typst querythen. SeeSpecfor an example. - A package specification.
- A ordered list of package specifications.
Enums§
- An item of command specification. This enum contains more sugar than the canonical representation.