typst(1) General Commands Manual typst(1) NAME typst - The Typst compiler SYNOPSIS typst [--color] [--cert] [-h|--help] [-V|--version] DESCRIPTION The Typst compiler OPTIONS --color [default: auto] Whether to use color. When set to `auto` if the terminal to supports it Possible values: o auto o always o never --cert Path to a custom CA certificate to use when making network requests May also be specified with the TYPST_CERT environment variable. -h, --help Print help -V, --version Print version SUBCOMMANDS typst-compile(1) Compiles an input file into a supported output format typst-watch(1) Watches an input file and recompiles on changes typst-init(1) Initializes a new project from a template typst-eval(1) Evaluates a piece of Typst code, optionally in the context of a document typst-fonts(1) Lists all discovered fonts in system and custom font paths typst-completions(1) Generates shell completion scripts typst-info(1) Displays debugging information about Typst typst-help(1) Print this message or the help of the given subcommand(s) EXTRA Resources: Tutorial: https://typst.app/docs/tutorial/ Reference documentation: https://typst.app/docs/reference/ Templates & Packages: https://typst.app/universe/ Forum for questions: https://forum.typst.app/ VERSION v0.15.1 (9dfd3a08) AUTHORS The Typst Project Developers typst 0.15.1 (9dfd3a08) typst(1)