thesis_paged {pagedown} | R 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 |
Value
An R Markdown output format.
[Package pagedown version 0.20 Index]