- Added the
cslreferencesenvironment the template (thanks, @jonathan-g, #80).
Assets
2
NEW FEATURES
- Arbitrary full width content is supported now; see https://rstudio.github.io/tufte/#arbitrary-full-width-content for the syntax (thanks, @mlovelace @josiekre, #33).
BUG FIXES
-
Footnotes no longer work with Pandoc >= 2.7 (thanks, @grimbough, #76).
-
Margin references do not work with Pandoc 2.9.2.1 (thanks, @Selbosh, #78).
Assets
2
Assets
2
BUG FIXES
Assets
2
NEW FEATURES
-
It is possible to select a subset of some features of the default Tufte style (
tufte-css) via thetufte_featuresargument oftufte_html():- Disable the
et-bookfonts. - Remove the default light-yellow background color.
- Use italics for document headers or not.
- Disable the
-
A new variant of the Tufte style,
envisioned, is added totufte_html(). You can usetufte_html(tufte_variant = 'envisioned')to enable this style. The major difference with the default Tufte style is: the font family isRoboto 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_referencesargument oftufte_html()(thanks, @stefanfritsch, #49).
BUG FIXES
-
When
link-citations: noin YAML, citations should not be moved into the page margin in the HTML output (http://stackoverflow.com/q/39053097/559676). -
Horizontal lines could bisect margin notes and footnotes (thanks, @ajdamico, #32).
-
Compatibility issues with Pandoc 2.0 (thanks, @peetCreative, #51).
Assets
2
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: yesin 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_sectionsoption did not work for LaTeX output
Assets
2
Three output formats for R Markdown:
- HTML
tufte_html(): an HTML/CSS theme based on https://github.com/edwardtufte/tufte-css
- LaTeX/PDF based on https://github.com/tufte-latex/tufte-latex
tufte_handout(): a PDF format for handouts based ontufte-handout.clstufte_book(): a PDF format for books based ontufte-book.cls