Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopherkenny/perspectives
Quarto Template for Perspectives on Politics Articles
https://github.com/christopherkenny/perspectives
quarto quarto-extension quarto-journals quarto-template r
Last synced: 28 days ago
JSON representation
Quarto Template for Perspectives on Politics Articles
- Host: GitHub
- URL: https://github.com/christopherkenny/perspectives
- Owner: christopherkenny
- Created: 2023-07-15T04:05:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T04:14:23.000Z (over 1 year ago)
- Last Synced: 2023-07-15T05:22:23.893Z (over 1 year ago)
- Topics: quarto, quarto-extension, quarto-journals, quarto-template, r
- Language: TeX
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perspectives on Politics Quarto Format
## Creating a New Article
To create a new article using this format:
```bash
quarto use template christopherkenny/perspectives
```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/perspectives
```Then, add the format to your document options:
```yaml
format:
perspectives-pdf: default
```## Options
- `runningtitle`: A short title that goes on the header of each page
- `word-count`: A word count for the document## 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 Perspectives on Politics (PPS) Template, available at .
The original template is licensed under the [Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) by Cambridge University Press and Overleaf.