Expand description
The query module contains the data structures that are used by typst query <mitex-packages>
Structs§
- Command
Spec Repr - 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. - Package
Spec - A package specification.
- Packages
Vec - A ordered list of package specifications.
Enums§
- Command
Spec Item - An item of command specification. This enum contains more sugar than the canonical representation.