Module query

Source
Expand description

The query module contains the data structures that are used by typst query <mitex-packages>

Structs§

CommandSpecRepr
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 query then. See Spec for an example.
PackageSpec
A package specification.
PackagesVec
A ordered list of package specifications.

Enums§

CommandSpecItem
An item of command specification. This enum contains more sugar than the canonical representation.