Skip to content

Releases: rstudio/tufte

tufte 0.3

24 Jan 19:58
Compare
Choose a tag to compare

NEW FEATURES

  • It is possible to select a subset of some features of the default Tufte style (tufte-css) via the tufte_features argument of tufte_html():

    • Disable the et-book fonts.
    • Remove the default light-yellow background color.
    • Use italics for document headers or not.
  • A new variant of the Tufte style, envisioned, is added to tufte_html(). You can use tufte_html(tufte_variant = 'envisioned') to enable this style. The major difference with the default Tufte style is: the font family is Roboto Condensed, the background color is #fefefe, and the text color is #222 (thanks, @eddelbuettel, #21).

  • You can choose whether references from citations should be placed in the document margins or at the bottom using the margin_references argument of tufte_html() (thanks, @stefanfritsch, #49).

BUG FIXES

tufte 0.2

07 Feb 22:35
Compare
Choose a tag to compare

CHANGES IN tufte VERSION 0.2

NEW FEATURES

  • it is possible to generate PDF output using the ctex package for R Markdown documents in Chinese; you just need to specify ctex: yes in the YAML metadata (an example)

BUG FIXES

  • the default LaTeX template for tufte_handout() may not work when the LaTeX
    package soul is installed, or ifxetex/xltxtra are not installed
  • the number_sections option did not work for LaTeX output

tufte 0.1

20 Jan 19:58
Compare
Choose a tag to compare

Three output formats for R Markdown: