
Tenho bibtex
um comportamento estranho, acho que não funciona corretamente.
Sintomas:
No file main.aux.
No file main.bbl.
LaTeX Warning: Citation 'key' on page 1 undefined on input line 17.
Considere istoexemplo de trabalho mínimode uma resposta aceita.
\documentclass{article}
\usepackage[style=authoryear-comp]{biblatex}
\addbibresource{\jobname.bib}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@book{key,
author = {Author, A.},
year = {2001},
title = {Title},
publisher = {Publisher},
}
\end{filecontents}
\begin{document}
\cite{key}
\printbibliography
\end{document}
Como reproduzir:
- instalarAmbiente MikTex Docker;
- execute o ambiente no arquivo acima;
- aparece o erro acima.
UPD "instalar biber" significa instalação manual do pacote! NenhumMPMnem apt-get ajuda aqui.