Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopherkenny/pnas
Quarto Template for PNAS Research Articles
https://github.com/christopherkenny/pnas
quarto quarto-extension quarto-journals quarto-template r
Last synced: about 1 month ago
JSON representation
Quarto Template for PNAS Research Articles
- Host: GitHub
- URL: https://github.com/christopherkenny/pnas
- Owner: christopherkenny
- Created: 2023-07-03T20:33:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-16T17:36:01.000Z (over 1 year ago)
- Last Synced: 2024-10-12T12:18:36.156Z (2 months ago)
- Topics: quarto, quarto-extension, quarto-journals, quarto-template, r
- Language: TeX
- Homepage:
- Size: 353 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PNAS Article Quarto Template
## Creating a New Article
To create a new article using this format:
```bash
quarto use template christopherkenny/pnas
```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:
```bash
quarto add christopherkenny/pnas
```Then, add the format to your document options:
```yaml
format:
pnas-pdf: default
```## Options
The default setting for class option generates a two column layout with:
```
classoption:
- twocolumn
- twoside
```
To set a corresponding author, ensure that the attribute "corresponding" is true and that they have an email listed.For proper formatting, each affiliation should be given a letter id (like `a`, `b`, ..., `z`).
This template is designed for `template_type: pnasresearcharticle` (the default).
It can also take options `pnasmathematics` or `pnasinvited`, but these are not formally supported, as they have official alternative formats available on [Overleaf](https://www.overleaf.com/gallery/tagged/pnas).## Example
Here is the source code for a minimal sample document: [template.qmd](template.qmd).
![[template.qmd](template.qmd)](template_1.png)
## License
This modifies the Overleaf PNAS Template, available at . The original template is licensed under the [LaTeX Project Public License 1.3c](https://www.latex-project.org/lppl/lppl-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.