thesis_paged: Create a paged HTML thesis document suitable for printing

View source: R/paged.R

thesis_pagedR Documentation

Create a paged HTML thesis document suitable for printing

Description

This output format is similar to html_paged. The only difference is in the default stylesheets and Pandoc template. See https://pagedown.rbind.io/thesis-paged/ for an example.

Usage

thesis_paged(
  ...,
  css = c("thesis"),
  template = pkg_resource("html", "thesis.html")
)

Arguments

..., css, template

Arguments passed to html_paged().

Value

An R Markdown output format.


pagedown documentation built on Dec. 28, 2022, 1:16 a.m.