#
参照セクションで特定されている、Rmarkdown ドキュメントからシンボルを削除する必要があります。私はbiblio.bibという外部.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
出力: