Quarto extension for a template to generate a PDF with (pretty) styling using either Typst. Use PrettyTypst-typst for the format. Note that version 1.4 or greater of Quarto is required.
Note: see github.com/nrennie/PrettyPDF for the LaTeX version of this template.
To install the Quarto extension, create a directory, and use the template file:
quarto use template nrennie/PrettyTypstTo use the extension in an existing project without installing the template file:
quarto install extension nrennie/PrettyTypstNote that you will need to update the output format to format: PrettyTypst-typst to enable use of the extension. For book projects, add:
project:
type: PrettyTypst
to the _quarto.yml file.
Either replace the logo.png file with a new file of your choosing, or change the file path in the YAML to point to a different logo file. Note that the file path is relative to your .qmd file.
Read more about this extension, how it was built, and how to make your own in my blog post at nrennie.rbind.io/blog/pdf-quarto/making-pdf-with-quarto-typst-latex.