在R Tufte的文档中,如果序言中link-citations
未设置为yes
,则表示文档末尾会打印引用。但是,即使使用the R Tufte template,我也无法获得在文档末尾打印的引用,而不做任何修改(将link-citations
从yes
更改为{{1}除外})。文档的末尾,引用应该是空的。
我错过了什么?
Here is a screenshot of what I get after knit。如您所见,文档末尾没有打印参考书目(尽管文档模板中使用了参考文献)。
答案 0 :(得分:0)
这似乎是CRAN版本的错误(0.2)。引用部分将使用使用devtools::install_github('rstudio/tufte')
安装的开发版本进行打印。