mdpi_article.Rd 777 B

12345678910111213141516171819202122232425262728293031
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/mdpi_article.R
  3. \name{mdpi_article}
  4. \alias{mdpi_article}
  5. \title{MDPI journal format.}
  6. \usage{
  7. mdpi_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 Multidisciplinary Digital Publishing
  19. Institute (MDPI) journals. Adapted from
  20. \href{http://www.mdpi.com/authors/latex}{http://www.mdpi.com/authors/latex}.
  21. }
  22. \examples{
  23. \dontrun{
  24. library(rmarkdown)
  25. draft("MyArticle.Rmd", template = "mdpi_article", package = "rticles")
  26. }
  27. }