pagedown (version 0.2)

poster_relaxed: Create posters in HTML

Description

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.

Usage

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"))

Arguments

..., css, template, number_sections

See html_paged().

Value

An R Markdown output format.