powered by
Format for creating an American Meteorological Society (AMS) Journal articles. Adapted from https://www.ametsoc.org/ams/index.cfm/publications/authors/journal-and-bams-authors/author-resources/latex-author-info/.
ams_article(..., keep_tex = TRUE, md_extensions = c("-autolink_bare_uris"))
Arguments to rmarkdown::pdf_document
rmarkdown::pdf_document
Keep the intermediate tex file used in the conversion to PDF
Markdown extensions to be added or removed from the default definition or R Markdown. See the rmarkdown_format for additional details.
rmarkdown_format
R Markdown output format to pass to render
render
# NOT RUN { # } # NOT RUN { library(rmarkdown) draft("MyArticle.Rmd", template = "ams_article", package = "rticles") # } # NOT RUN { # }
Run the code above in your browser using DataLab