LinuxCommandLibrary

typst

Compile a Typst file to PDF.

TLDR

List all discoverable fonts in the system and the given directory

$ typst --font-path [path/to/fonts_directory] fonts
copy


Compile a Typst file
$ typst compile [path/to/source.typ] [path/to/output.pdf]
copy


Watch a Typst file and recompile on changes
$ typst watch [path/to/source.typ] [path/to/output.pdf]
copy

Copied to clipboard