Quarto extension for a template to generate a PDF with Posit-branded LaTeX styling.
To install the Quarto extension, create a directory, and use the template file:
quarto use template posit-marketing/posit-quarto-pdf
To use the extension in an existing project without installing the template file:
quarto install extension posit-marketing/posit-quarto-pdf
Note that you will need to update the output format in the YAML of your Quarto document to format: PositQuarto-pdf
to enable use of the extension:
---
title: "Title"
format: PositQuarto-pdf
---
This template was made possible thanks to Nicola Rennie and her blog post, Making Pretty PDFs with Quarto.