This is a companion to the PNAS Quarto Template.
To create a new article using this format:
quarto use template christopherkenny/pnas-si
This will create a new directory with an example document that uses this format.
To add this format to an existing document:
quarto add christopherkenny/pnas-si
Then, add the format to your document options:
format:
pnas-si-pdf: default
By default, classoption
is set to twoside
. This should generally be left as-is.
Here is the source code for a minimal sample document: template.qmd.
This modifies the Overleaf PNAS Template for Supplementary Information, available at https://www.overleaf.com/latex/templates/pnas-template-for-supplementary-information/wqfsfqwyjtsd. The original template is licensed under the LaTeX Project Public License 1.3c. The template within is derived from this and makes modifications to separate into the full document into Quarto "partials". All modifications can be seen in this repo.