| poster_relaxed | R Documentation | 
The output format poster_relaxed() is based on an example in the
Github repo https://github.com/RelaxedJS/ReLaXed-examples. See
https://pagedown.rbind.io/poster-relaxed/ for an example.
The output format poster_jacobs() mimics the style of the
“Jacobs Landscape Poster LaTeX Template Version 1.0” at
https://www.overleaf.com/gallery/tagged/poster. See
https://pagedown.rbind.io/poster-jacobs/ for an example.
poster_relaxed(
  ...,
  css = "poster-relaxed",
  template = pkg_resource("html", "poster-relaxed.html"),
  number_sections = FALSE
)
poster_jacobs(
  ...,
  css = "poster-jacobs",
  template = pkg_resource("html", "poster-jacobs.html")
)
..., css, template, number_sections | 
 See   | 
An R Markdown output format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.