An open API service indexing awesome lists of open source software.

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

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