Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.34 KB

PNAS Supporting Information Quarto Template

This is a companion to the PNAS Quarto Template.

Creating a New Article

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.

Using with an Existing Document

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

Options

By default, classoption is set to twoside. This should generally be left as-is.

Example

Here is the source code for a minimal sample document: template.qmd.

template.qmd

License

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.