blob: cd5b8dd817e0e340d7697cbde8774760723a7f67 [file] [log] [blame]
Brent Thorne06ae3ac2018-11-30 15:16:47 -05001% 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{
7posterdown_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{
15R Markdown output format to pass to
16 \code{\link[rmarkdown:render]{render}}
17}
18\description{
19Format for creating submissions to Multidisciplinary Digital Publishing
20Institute (MDPI) journals. Adapted from
21\href{http://www.mdpi.com/authors/latex}{http://www.mdpi.com/authors/latex}.
22}
23\examples{
24
25\dontrun{
26library(rmarkdown)
27draft("MyArticle.Rmd", template = "posterdown_generic", package = "posterdown")
28}
29
30}