cscheid / jss

Quarto template for the Journal of Statistical Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jss

This Quarto format will help you create documents for the Journal of Statistical Software. To learn more about the Journal of Statistical Software, see https://www.jstatsoft.org. For more about Quarto and how to use format extensions, see https://quarto.org/docs/journals/.

Creating a New Article

You can use this as a template to create an article for the Journal of Statistical Software. To do this, use the following command:

quarto use template quarto-journals/jss

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 install extension quarto-journals/jss

Usage

To use the format, you can use the format names jss-pdf and jss-html. For example:

quarto render article.qmd --to jss-pdf

or in your document yaml

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

You can view a preview of the rendered template at https://quarto-journals.github.io/jss/.

About

Quarto template for the Journal of Statistical Software

License:MIT License


Languages

Language:TeX 95.4%Language:Lua 3.6%Language:R 1.0%