ams_article.Rd 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/ams_article.R
  3. \name{ams_article}
  4. \alias{ams_article}
  5. \title{American Meteorological Society (AMS) Journal format.}
  6. \usage{
  7. ams_article(..., keep_tex = TRUE, md_extensions = c("-autolink_bare_uris"))
  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{md_extensions}{Markdown extensions to be added or removed from the
  13. default definition or R Markdown. See the \code{\link{rmarkdown_format}} for
  14. additional details.}
  15. }
  16. \value{
  17. R Markdown output format to pass to \code{\link[rmarkdown:render]{render}}
  18. }
  19. \description{
  20. Format for creating an American Meteorological Society (AMS) Journal articles.
  21. Adapted from
  22. \href{https://www.ametsoc.org/ams/index.cfm/publications/authors/journal-and-bams-authors/author-resources/latex-author-info/}{https://www.ametsoc.org/ams/index.cfm/publications/authors/journal-and-bams-authors/author-resources/latex-author-info/}.
  23. }
  24. \examples{
  25. \dontrun{
  26. library(rmarkdown)
  27. draft("MyArticle.Rmd", template = "ams_article", package = "rticles")
  28. }
  29. }