我正在尝试使用 RMarkdown 的 bibtex 功能进行引文,但我的引文没有被呈现。
我使用的是最新版本的 R、RStudio 和 RMarkdown。
我的 rmd 文件如下所示:
---
title: "Music Recommender Systems"
output:
html_document:
theme: united
toc: yes
pdf_document:
toc: yes
word_document: default
bibliography: bibliography.bib
---
Blah blah @778431
Run Code Online (Sandbox Code Playgroud)
我的 bibtex 文件“bibliography.bib”保存在 .rmd 文件旁边,如下所示:
@inproceedings{778431,
author = {Lesaffre, Micheline and Leman, Marc and Martens, Jean-Pierre},
booktitle = {Dagstuhl Seminar Proceedings},
editor = {Crawford, T. and Veltkamp, R.C.},
issn = {1862-4405},
language = {eng},
location = {Dagstuhl, Germany},
pages = {1--11},
publisher = {Internationales Begegnungs- und …Run Code Online (Sandbox Code Playgroud)