Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quarto-journals/plos
Quarto template for Public Library of Science
https://github.com/quarto-journals/plos
quarto quarto-extension quarto-template
Last synced: about 1 month ago
JSON representation
Quarto template for Public Library of Science
- Host: GitHub
- URL: https://github.com/quarto-journals/plos
- Owner: quarto-journals
- License: mit
- Created: 2022-06-27T13:55:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T22:10:25.000Z (over 1 year ago)
- Last Synced: 2024-08-04T22:15:44.025Z (5 months ago)
- Topics: quarto, quarto-extension, quarto-template
- Language: TeX
- Homepage: https://quarto-journals.github.io/plos/
- Size: 4.11 MB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Public Library of Science (PLOS)
This Quarto format will help you create documents for the Public Library of Science (PLOS) journal. To learn more about PLOS publications, see [PLOS's writing center](https://plos.org/resources/writing-center/). For more about Quarto and how to use format extensions, see .
## Creating a New Article
You can use this as a template to create an article for the Public Library of Science (PLOS) journal. To do this, use the following command:
```quarto use template quarto-journals/plos```
This will install the extension and create an example qmd file and bibiography that you can use as a starting place for your article.
## Installation For Existing Document
You may also use this format with an existing Quarto project or document. From the quarto project or document directory, run the following command to install this format:
```quarto add quarto-journals/plos```
## Usage
To use the format, you can use the format names `plos-pdf` and `plos-html`. For example:
```quarto render article.qmd --to plos-pdf```
or in your document yaml
```yaml
format:
pdf: default
plos-pdf:
keep-tex: true
```You can view a preview of the rendered template at .