Brent Thorne | 425961c | 2018-12-03 13:56:09 -0500 | [diff] [blame^] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/posterdown_memoir.R |
| 3 | \name{posterdown_memoir} |
| 4 | \alias{posterdown_memoir} |
| 5 | \title{Posterdown PDF format (using 'memoir' document class)} |
| 6 | \usage{ |
| 7 | posterdown_memoir(..., 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 | Posterdown PDF format (using 'memoir' document class) |
| 20 | } |
| 21 | \examples{ |
| 22 | |
| 23 | \dontrun{ |
| 24 | library(rmarkdown) |
| 25 | draft("MyArticle.Rmd", template = "posterdown_generic", package = "posterdown") |
| 26 | } |
| 27 | |
| 28 | } |