blob: a69555a8d061d2dba5ba6d2fd627a6877cee8e64 [file] [log] [blame]
Marc Kupietza39d0cc2024-05-31 12:45:45 +02001% Generated by roxygen2: do not edit by hand
2% Please edit documentation in R/posterdown_html.R
3\name{posterdown_ids}
4\alias{posterdown_ids}
5\title{Posterdown IDS-CD based on HTML format (using pagedown::poster_relaxed)}
6\usage{
7posterdown_ids(
8 ...,
9 template = find_resource("posterdown_ids", "template.html"),
10 css = NULL
11)
12}
13\arguments{
14\item{...}{Additional arguments to \code{rmarkdown::html_document}}
15}
16\value{
17R Markdown output format to pass to
18\code{\link[rmarkdown:render]{rmarkdown::render()}}
19}
20\description{
21The output format \code{posterdown_ids()} mimics the IDS Mannheim
22corporate design posters.
23}
24\examples{
25\donttest{
26file <- file.path(tempdir(),"foo.rmd")
27rmarkdown::draft(file, template="posterdown_ids", package="posterdown.ids")
28}
29
30}