thesis.tex
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[style=numeric]{biblatex}
\addbibresource{references.bib}
\author{boring author}
\begin{document}
\title{boring title}
\author{boring author}
\maketitle
boring text~\cite{blah} more boring text
\printbibliography
\end{document}
@article{blah,
author = {boring author},
title = {boringarticle},
journaltitle = {boringjournal},
year = {1677},
}
After clicking the green arrow (Run) in TeXstudio, I look at the Messages/Log:
Process started
This is BibTeX, Version 0.99d (TeX Live 2020/Debian) The top-level auxiliary file: thesis.aux I found no \citation commands---while reading file thesis.aux I found no \bibdata command---while reading file thesis.aux I found no \bibstyle command---while reading file thesis.aux (There were 3 error messages)
Process exited with error(s)
---------
The blah citation appears as [blah] in the document. No bibliography is printed.