rss_article.Rd 852 B

12345678910111213141516171819202122232425
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/rss_article.R
  3. \name{rss_article}
  4. \alias{rss_article}
  5. \title{Royal Statistical Society Journal Format}
  6. \usage{
  7. rss_article(..., keep_tex = TRUE, citation_package = "natbib")
  8. }
  9. \arguments{
  10. \item{...}{Arguments to \code{rmarkdown::pdf_document}}
  11. \item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF}
  12. \item{citation_package}{The LaTeX package to process citations, \code{natbib}
  13. or \code{biblatex}. Use \code{none} if neither package is to be used.}
  14. }
  15. \value{
  16. R Markdown output format to pass to
  17. \code{\link[rmarkdown:render]{render}}
  18. }
  19. \description{
  20. Format for creating articles for Royal Statistical Society
  21. Adapted from \url{https://www.rss.org.uk/RSS/Publications/Journals/Journals_get_involved/RSS/Publications/Journals_sub/Get_Involved.aspx}
  22. }