タイプセットしたい(typst compile

$ typst compile 入力ファイル名.typ
$ typst compile 入力ファイル名.typ 出力ファイル名.pdf

typst compileコマンドを使ってTypstファイル(.type)をPDFファイル(*.pdf)にコンパイルします。 組版システムではコンパイルのことをタイプセットと呼びます。

ライブプレビューしたい(typst watch

$ typst watch 入力ファイル名.typ
$ typst watch 入力ファイル名.typ 出力ファイル名.pdf

watchコマンドを使ってライブプレビューできます。