Brent Thorne | 06ae3ac | 2018-11-30 15:16:47 -0500 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/posterdown_generic.R |
| 3 | \name{posterdown_generic} |
| 4 | \alias{posterdown_generic} |
| 5 | \title{Posterdown PDF format} |
| 6 | \usage{ |
| 7 | posterdown_generic(..., keep_tex = TRUE) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{...}{Additional arguments to \code{rmarkdown::pdf_document}} |
| 11 | |
| 12 | \item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF} |
| 13 | } |
| 14 | \value{ |
| 15 | R Markdown output format to pass to |
| 16 | \code{\link[rmarkdown:render]{render}} |
| 17 | } |
| 18 | \description{ |
| 19 | Format for creating submissions to Multidisciplinary Digital Publishing |
| 20 | Institute (MDPI) journals. Adapted from |
| 21 | \href{http://www.mdpi.com/authors/latex}{http://www.mdpi.com/authors/latex}. |
| 22 | } |
| 23 | \examples{ |
| 24 | |
| 25 | \dontrun{ |
| 26 | library(rmarkdown) |
| 27 | draft("MyArticle.Rmd", template = "posterdown_generic", package = "posterdown") |
| 28 | } |
| 29 | |
| 30 | } |