
Experimento bibtex
un comportamiento extraño, creo que no funciona correctamente.
Síntomas:
No file main.aux.
No file main.bbl.
LaTeX Warning: Citation 'key' on page 1 undefined on input line 17.
Considera estoejemplo de trabajo mínimode una respuesta aceptada.
\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}
Cómo reproducirse:
- instalarEntorno Docker de MikTex;
- ejecute el entorno con el archivo anterior;
- Aparece el error anterior.
UPD "instalar biber" significa instalación manual del paquete. NiMPMni apt-obtenga ayuda aquí.