System Grab Bag

View all TLDR pages from common (or from all pages)

typst

Compile a Typst file to PDF. Note: Specifying the output location is optional. More information: https://github.com/typst/typst.
  • List all discoverable fonts in the system and the given directory:
    typst --font-path {{path/to/fonts_directory}} fonts
  • Compile a Typst file:
    typst compile {{path/to/source.typ}} {{path/to/output.pdf}}
  • Watch a Typst file and recompile on changes:
    typst watch {{path/to/source.typ}} {{path/to/output.pdf}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.