I'm running on TexMaker the following code (from https://www.overleaf.com/learn/latex/Bibliography_management_in_LaTeX#The_bibliography_file)
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{biblatex}
\addbibresource{sample.bib}
\begin{document}
Let's cite! The Einstein's journal paper \cite{einstein} and the Dirac's
book \cite{dirac} are physics related items.
\printbibliography
\end{document}
I'm pressing F1 to compile but no bibliography shows up. What should I do?
My Quick Build cycle is: PdfLaTex + Biblatex + PdfLaTex (x2) + Pdf Viewer
I have also tried to delete the Biber cache, reboot TexMaker and compile again but nothing showed up anyways.
(pdf)latex ->biber -> (pdf)latex (twice). Is F1 set to perform all this cycle? – Bernard May 03 '20 at 22:40.blgfile (Windows may classify.blgfiles as 'performance monitor' files, but they are simple text files you can open with your favourite text editor). Post its complete contents here. – moewe May 04 '20 at 05:10.blgfile. If there is no new development here in due time I will vote to close this question as duplicate of the "configure your editor for Biber" question. – moewe May 08 '20 at 07:13