Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 808 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 808 Bytes

artifacts

Artifacts of MiTeX, to build MiTeX in standalone mode

Branches

Reproduction

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)