rss_article: Royal Statistical Society Journal Format

View source: R/rss_article.R

rss_articleR Documentation

Royal Statistical Society Journal Format

Description

Format for creating articles for Royal Statistical Society adapted from https://rss.org.uk/news-publication/publications/journals/submit-paper/.

Usage

rss_article(..., keep_tex = TRUE, citation_package = "natbib")

Arguments

...

Arguments to rmarkdown::pdf_document()

keep_tex

Keep the intermediate tex file used in the conversion to PDF

citation_package

The LaTeX package to process citations, natbib or biblatex. Use default if neither package is to be used, which means citations will be processed via the command pandoc-citeproc.


rticles documentation built on May 31, 2023, 6:12 p.m.