aea_article.Rd 917 B

123456789101112131415161718192021222324252627282930313233
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/aea_article.R
  3. \name{aea_article}
  4. \alias{aea_article}
  5. \title{American Economic Association journal submissions.}
  6. \usage{
  7. aea_article(..., keep_tex = TRUE, md_extensions = c("-autolink_bare_uris"))
  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. \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
  18. \code{\link[rmarkdown:render]{render}}
  19. }
  20. \description{
  21. Format for creating submissions to the American Economic Association (AER, AEJ, JEL, PP).
  22. }
  23. \examples{
  24. \dontrun{
  25. library(rmarkdown)
  26. draft("MyArticle.Rmd", template = "aea_article", package = "rticles")
  27. }
  28. }