У меня есть документ с уценкой, который цитирует другие документы с использованием библиографического файла bibtex. Похоже, что это вообще не процесс, так как вывод (как в формате gitbook, так и в формате pdf) не переводит фактическую ссылку на ссылку. Выходные данные всегда копируют простой текст цитаты, а не фактическую ссылку, например:
Вот минимальный пример воспроизведения, который я строю, используя:
Rscript -e 'bookdown::render_book("index.Rmd", "bookdown::gitbook")'
index.Rmd:
---
title: "test"
site: "bookdown::bookdown_site"
documentclass: book
bibliography: test.bib
biblio-style: apalike
link-citations: true
# toc: yes
# toc_depth: 2
---
# Introduction {#ch:intro}
Conference publication takes the lead role in describing innovative research,
while journals are often delegated to archival purposes [@vrettas15:conferences].
```{r echo=FALSE}
sessionInfo()
```
тест: нагрудник:
@article{vrettas15:conferences,
title = {Conferences versus journals in computer science},
author = {Vrettas, George and Sanderson, Mark},
journal = {Journal of the Association for Information Science and Technology},
volume = 66,
number = 12,
pages = {2674--2684},
year = 2015,
publisher = {Wiley Online Library}
}
_bookdown.yml:
rmd_files: [
"index.Rmd",
]
new_session: no
bookdown::gitbook:
split_bib: no