Artifacts of MiTeX, to build MiTeX in standalone mode
You need to install Typst v0.10.0 for this in repository root of MiTeX
To get metadata, use typst query
:
typst query --root . packages/mitex/specs/mod.typ <mitex-packages>
To get compacted metadata, run mitex spec generate
The mitex-cli is built with following command:
> cargo build --release --bin mitex
> rustc --version
rustc 1.74.1 (a28077b28 2023-12-04)
> cargo --version
cargo 1.74.1 (ecb9851af 2023-10-18)