Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. tufterhandout — Tufte-style html document format for rmarkdown. Homepage: http://sachsmc.github.io/tufterhandout Report bugs for this package: http://github.com/sachsmc/tufterhandout/issues

License

Notifications You must be signed in to change notification settings

cran/tufterhandout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tufterhandout

Build Status

Output formats for Tufte-style handouts in html for Rmarkdown. See it in action here http://sachsmc.github.io/tufterhandout.

Installation

From CRAN

install.packages("tufterhandout")

Or from Github:

devtools::install_github("tufterhandout", "sachsmc")

Usage

When authoring a document in rmarkdown, simply specify the output format in the front-matter:

output: 
    tufterhandout::html_tufte_handout

In html, sidenotes are created with the tag <aside></aside>. You can even put code chunks in aside. Margin figures use the knitr option marginfigure = TRUE and full width figures use the knitr option fig.star = TRUE. Make use of the fig.cap option to specify the figure captions.

See the help files for complete options and see the homepage for an example. Options can be passed via the header:

output: 
    tufterhandout::html_tufte_handout:
        keep_md: true
        theme: cerulean

About

❗ This is a read-only mirror of the CRAN R package repository. tufterhandout — Tufte-style html document format for rmarkdown. Homepage: http://sachsmc.github.io/tufterhandout Report bugs for this package: http://github.com/sachsmc/tufterhandout/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published