rsos_article.Rd 1009 B

123456789101112131415161718192021222324252627282930313233
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/rsos_article.R
  3. \name{rsos_article}
  4. \alias{rsos_article}
  5. \title{Royal Society Open Science journal format.}
  6. \usage{
  7. rsos_article(..., keep_tex = TRUE, pandoc_args = NULL, includes = NULL,
  8. fig_crop = TRUE)
  9. }
  10. \arguments{
  11. \item{...}{Additional arguments to \code{rmarkdown::pdf_document}}
  12. \item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF}
  13. \item{pandoc_args}{Additional command line options to pass to pandoc}
  14. \item{includes}{Named list of additional content to include within the
  15. document (typically created using the \code{\link{includes}} function).}
  16. \item{fig_crop}{\code{TRUE} to automatically apply the \code{pdfcrop} utility
  17. (if available) to pdf figures}
  18. }
  19. \value{
  20. R Markdown output format to pass to
  21. \code{\link[rmarkdown:render]{render}}
  22. }
  23. \description{
  24. Format for creating submissions to Royal Society Open Science journals.
  25. }
  26. \author{
  27. Thierry Onkelinx, \email{[email protected]}
  28. }