Skip to content

Releases: rstudio/tufte

tufte 0.13

23 Jun 07:09
a1ee3f9
Compare
Choose a tag to compare
  • Fix issue with margin content when using Pandoc 2.19 and later by adding --wrap preserve by default (thanks, @tomben, #115).

tufte 0.12

28 Jan 15:11
08d392f
Compare
Choose a tag to compare
  • Fix footnotes as sidenotes issue with Pandoc 2.15 and later (thanks, @MCMaurer, #108).

tufte 0.11

19 Dec 04:50
Compare
Choose a tag to compare
  • Fix an issue with Pandoc's table support in tufte_handout() (thanks, @Chrisjake, #104).

  • Fix an issue with Pandoc's citation processing by updating latex template (thanks, @rmcd1024, #106).

tufte 0.10

18 May 00:28
Compare
Choose a tag to compare
  • Fix an issue with the wrong references placed in margins when link-citations: yes is used with Pandoc 2.11+ (#92).

tufte 0.9

02 Dec 14:58
Compare
Choose a tag to compare
  • Add the missing CSLReferences environment in the template required by Pandoc 2.11+ and its new citeproc (#89)

  • tufte_handout() now uses default tidy knitr option, which is FALSE. It can be changed with knitr::opts_chunk$set(tidy = TRUE) and requires in that case the formatR package.

tufte 0.8

30 Oct 22:11
Compare
Choose a tag to compare
  • References are now moved in the margin correctly with Pandoc 2.11 (#86).

  • Add a runningheader variable in the template for tufte_handout() and tufte_book() to have a different running header than the title if provided. (#82)

tufte 0.7

25 Sep 17:50
Compare
Choose a tag to compare
  • Added the cslreferences environment the template (thanks, @jonathan-g, #80).

tufte 0.6

08 May 14:58
Compare
Choose a tag to compare

NEW FEATURES

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).

tufte 0.5

12 May 15:30
Compare
Choose a tag to compare

BUG FIXES

  • Make references generated by Pandoc >= 2.7 work in the margin (thanks, @dfeng, #64).

tufte 0.4

15 Jul 04:29
Compare
Choose a tag to compare

BUG FIXES

  • Should use the Pandoc argument --top-level-division=chapter instead of --chapters for tufte_book() (thanks, @jtth, #52).

  • Processing of multi-line footnotes fails with the Pandoc option --wrap preserve (thanks, @aoles, #57 #58).