https://github.com/smnnlt/sportrxiv
A Quarto template for SportRxiv
https://github.com/smnnlt/sportrxiv
quarto-template
Last synced: 4 months ago
JSON representation
A Quarto template for SportRxiv
- Host: GitHub
- URL: https://github.com/smnnlt/sportrxiv
- Owner: smnnlt
- License: mit
- Created: 2022-08-28T08:15:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T17:35:16.000Z (almost 4 years ago)
- Last Synced: 2024-11-18T06:41:00.268Z (over 1 year ago)
- Topics: quarto-template
- Language: TeX
- Homepage: https://smnnlt.github.io/sportrxiv/
- Size: 5.56 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SportRxiv Article Template
This is a Quarto template that assists you in creating a manuscript for the SportRxiv preprint server.
## Creating a New Article
You can use this as a template to create an article for SportRxiv. To do this, use the following command:
```bash
quarto use template smnnlt/sportrxiv
```
This will install the extension and create an example qmd file and bibliography 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:
```bash
quarto install extension smnnlt/sportrxiv
```
## Usage
To use the format, you can use the format name `sportrxiv-pdf`. For example:
```bash
quarto render article.qmd --to sportrxiv-pdf
```
or in your document yaml
```yaml
format:
pdf: default
sportrxiv-pdf:
keep-tex: true
```
You can view a preview of the rendered template at