smnnlt / sportrxiv

A Quarto template for SportRxiv

Home Page:https://smnnlt.github.io/sportrxiv/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

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:

quarto install extension smnnlt/sportrxiv

Usage

To use the format, you can use the format name sportrxiv-pdf. For example:

quarto render article.qmd --to sportrxiv-pdf

or in your document yaml

format:
  pdf: default
  sportrxiv-pdf:
    keep-tex: true    

You can view a preview of the rendered template at https://smnnlt.github.io/sportrxiv/

About

A Quarto template for SportRxiv

https://smnnlt.github.io/sportrxiv/

License:MIT License


Languages

Language:TeX 100.0%