2
votes

In the documentation for R Tufte, it says references are printed at the end of the document if link-citations is not set to yes in the preamble. However, I am unable to get the references to print at the end of a document, even when using the R Tufte template, without any modifications (except to change link-citations from yes to no). The end of the document, where references should be, is just empty.

What am I missing?

Here is a screenshot of what I get after knit. As you can see, a bibliography is not printed at the end of the document (despite references being used within the document template).

1
Cannot reproduce. The template knits fine using pandoc-citeproc 0.10.5.1 - Martin Schmelzer
@MartinSchmelzer Does yours print a bibliography at the end of the document? Mine also knits, I just don't get a bib. - Tyler
I am using the developer version of tufte. Try devtools::install_github('rstudio/tufte') - Martin Schmelzer
@MartinSchmelzer, Confirmed: dev version fixes it. - Tyler

1 Answers

0
votes

It appears to be a bug with the version of tufte that is on CRAN (0.2). The references section will print using the development build, installed using devtools::install_github('rstudio/tufte').