Tint Is Not Tufte

library(tint)
# invalidate cache when the package version changes
knitr::opts_chunk$set(tidy = FALSE, cache.extra = packageVersion('tint'))
options(htmltools.dir.version = FALSE)

Before We Get Started...

tint is straightforward mix of the (html and pdf parts of the) excellent tufte package by JJ and Yihui, mixed with the Roboto Condensed font use and color scheme proposed by envisioned css plus minor style changes such as removal of italics---but otherwise true to the wonderful tufte package for R---all baked together into a small package providing another template.

We support italic aka em and strong annotations for text, as well as code snippets.

The package name is a standard package naming recursion: tint is not tufte.

Margin examples

A figure.

We know from _the first fundamental theorem of calculus_ that for $x$ in $[a, b]$:
$$\frac{d}{dx}\left( \int_{a}^{x} f(u)\,du\right)=f(x).$$

A note.^[This is a sidenote that was entered using a footnote.]

Another note. r margin_note("Some more text.")



Try the tint package in your browser

Any scripts or data that you put into this service are public.

tint documentation built on Nov. 2, 2022, 1:06 a.m.