For a project I am using my 32-bit windows 10 notebook with TeXmaker and MikTeX. I updated MikTeX and manually installed the biber-doc package. In configure TeXmaker "biber %" is typed in for Bib(la)tex. Still I get the following error message:
INFO - This is Biber 2.12
INFO - Logfile is 'test 1.blg'
ERROR - Cannot find control file 'test 1.bcf'! - Did latex run successfully on your .tex file before you ran biber?
INFO - ERRORS: 1
The simple file I am trying to run is depicted below and it works on my 64 computer at home.
\documentclass[12pt]{article}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[backend=biber]{biblatex}
\addbibresource{bib.bib}
\begin{document}
blabla \cite{1}
\printbibliography
\end{document}
I have the feeling something is up with the installation but I am quite new to all this so let me know if you have any suggestions.
test1instead oftest 1. – moewe Jan 22 '19 at 09:51tlmgr). Otherwise you risk version incompatibilities and all sorts of other confusion. – moewe Jan 22 '19 at 11:20.aux,.bbl,.bcf, ...). Then run LaTeX on your main file and make sure that no errors are raised. If there are errors, resolve them before you proceed. If there are warnings not related to the bibliography and labels, try to resolve those as well. Then proceed to call Biber on you main file. Do not clean up any files between the LaTeX and the Biber run. Then run LaTeX twice more. – moewe Jan 22 '19 at 11:23