Hello everyone! I have the same issue than last october with a file I try to compile using RStudio: why my biblatex references are not showed up when I knit that file? I get the following warning :
Avis : Package biblatex Warning: Please (re)run Biber on the file:
Avis : (biblatex) Untitled
Avis : (biblatex) and rerun LaTeX afterwards.
How could I fix that? You'll find below my MWE. Where can I insert the following bib entry into this YAML?
@Book{Tufte2006,
author = {Tufte, Edward R.},
title = {The Cognitive Style of PowerPoint : Pitching Out Corrupts Within},
publisher = {Graphics Press LLC},
address = {Cheshire},
year = {2006}, }
Thanks for your help.
---
title: "A title"
output:
pdf_document:
latex_engine: xelatex
citation_package: biblatex
toc: yes
toc_depth: 4
number_sections: yes
html_document:
toc: yes
toc_depth: '4'
df_print: paged
word_document:
toc: yes
toc_depth: 4
date: ""
bibliography: Lectures.bib
biblio-title: Références, heading=bibintoc
links-as-notes: yes
link-citations: yes
header-includes:
- \usepackage{fontspec}
- \setmainfont{Times New Roman}
- \usepackage{fancyhdr}
- \pagestyle{headings}
- \fancyfoot[LE,RO]{\thepage}
- \usepackage[french]{babel}
- \usepackage[backend=biber,style=apa]{biblatex}
- \DeclareLanguageMapping{french}{french-apa}
- \DefineBibliographyExtras{french}{\restorecommand\mkbibnamefamily}
- \setlength\parskip{0.5ex}
- \setlength{\parindent}{2.5ex}
---
# Introduction
[@Tufte2006]
# References