pnas_article.Rd 638 B

1234567891011121314151617181920212223242526272829
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/pnas_article.R
  3. \name{pnas_article}
  4. \alias{pnas_article}
  5. \title{PNAS journal format.}
  6. \usage{
  7. pnas_article(..., keep_tex = TRUE)
  8. }
  9. \arguments{
  10. \item{...}{Additional arguments to \code{rmarkdown::pdf_document}}
  11. \item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF}
  12. }
  13. \value{
  14. R Markdown output format to pass to
  15. \code{\link[rmarkdown:render]{render}}
  16. }
  17. \description{
  18. Format for creating submissions to PNAS journals.
  19. }
  20. \examples{
  21. \dontrun{
  22. library(rmarkdown)
  23. draft("MyArticle.Rmd", template = "pnas_article", package = "rticles")
  24. }
  25. }