我需要#
从我的 Rmarkdown 文档中删除符号,具体在参考部分。.bib
我使用一个名为biblio.bib的外部档案。
我的 YAML 标头是:
---
output:
pdf_document:
number_sections: true
header-includes:
- \usepackage[spanish]{babel}
- \usepackage{cite}
bibliography: biblio.bib
---
在参考部分我使用knitcitations
包:
# Referencias {-}
```{r generateBibliography, echo=FALSE, eval=TRUE, message=FALSE, warning=FALSE}
require("knitcitations")
cleanbib()
read.bibtex(file = "biblio.bib")
```
我的pdf_document
输出: