| % Generated by roxygen2: do not edit by hand |
| % Please edit documentation in R/posterdown_html.R |
| \name{posterdown_ids} |
| \alias{posterdown_ids} |
| \title{Posterdown IDS-CD based on HTML format (using pagedown::poster_relaxed)} |
| \usage{ |
| posterdown_ids( |
| ..., |
| template = find_resource("posterdown_ids", "template.html"), |
| css = NULL |
| ) |
| } |
| \arguments{ |
| \item{...}{Additional arguments to \code{rmarkdown::html_document}} |
| } |
| \value{ |
| R Markdown output format to pass to |
| \code{\link[rmarkdown:render]{rmarkdown::render()}} |
| } |
| \description{ |
| The output format \code{posterdown_ids()} mimics the IDS Mannheim |
| corporate design posters. |
| } |
| \examples{ |
| \donttest{ |
| file <- file.path(tempdir(),"foo.rmd") |
| rmarkdown::draft(file, template="posterdown_ids", package="posterdown.ids") |
| } |
| |
| } |