I have the following error while compiling my memoir. Here is a MWE that also gives this error:
\documentclass[b4paper,14pt,english,twoside]{memoir}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc} % For Fappendixrench accents
\usepackage[T1]{fontenc}
\usepackage{lmodern, textcomp}
\usepackage{fixcmex} %fixing lmodern and textcomp
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{biblatex}
\usepackage{hyperref}
\hypersetup{
colorlinks = true,
linkcolor = blue,
linkbordercolor = {white},
citecolor = blue,
}
\addbibresource{References.bib}
% \AtBeginBibliography{%
% \renewcommand*{\mkbibnamefirst}[1]{\mkbibbold{#1}}%
% \renewcommand*{\mkbibnamelast}[1]{\mkbibbold{#1}}%
% \renewcommand*{\mkbibnameprefix}[1]{\mkbibbold{#1}}%
% \renewcommand*{\mkbibnameaffix}[1]{\mkbibbold{#1}}%
% }
\begin{document}
\section{test}
% \bibliographystyle{IEEEtran}
% \bibliography{References}
\printbibliography
\end{document}
Running 'biber "Memoir-DS_Julien"'
------------
INFO - This is Biber 2.12
INFO - Logfile is 'Memoir-DS_Julien.blg'
INFO - Reading 'Memoir-DS_Julien.bcf'
ERROR - Error: Found biblatex control file version 3.6, expected version 3.5.
This means that your biber (2.12) and biblatex (3.13) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.
INFO - ERRORS: 1
Biber error: [131] Utils.pm:209> ERROR - Error: Found biblatex control file version 3.6, expected version 3.5.
References.bib:
@article{roy1973methode,
title={La M{\'e}thode ELECTRE II(Une application au m{\'e}dia-planning...)},
author={Roy, Bernard and Bertier, Patrice},
year={1973},
publisher={Metra international}
}
I know this is duplicate but I couldn't find any working solutions in the following questions:
How can one install biber on miktex 64-bit?
Install Biber in MiKTeX on a 64-bit version of Windows
I am learning LaTeX by my own so this error is a bit harsh for me to correct. I've tried to reinstall biber and biblatex. I've tried to install a new version of biber (2.13) thanks to a local texmf tree as well, but that didn't work. Biber is still under 2.12, I don't know why.
What should I do? How to check if I miss-installed biber 2.13? I'm on windows 10 64bits, I use MikTeX 2.9 and I compile thanks to the following command:
latexmk -shell-escape -pdf ./Memoir-DS_Julien.tex
linkbordercolor = {white},is useless as soon ascolorlinksis set totrue. – Jhor Aug 27 '19 at 13:26Install topath in MikTeX console (mpm) but it is stuck toC:\Users\jke\AppData\Local\Programs\MiKTeX 2.9I can't find a way to change it forC:\Program Files\MiKTeX 2.9\– JKHA Aug 27 '19 at 13:32biblatexwas updated to version 3.13, butbiberwas updated in version 2.12. – Bernard Aug 27 '19 at 13:34biblatexversions that you downloaded on your PC in the cause of trying to fix this issue. Make sure thebiblatexand Biber packages are installed in MikTeX. Then update MikTeX as described in https://tex.stackexchange.com/q/55437/35864. If you have a multi-user installation make sure to run the updater in Admin and User mode (this is explained in the linked post with images). ... – moewe Aug 27 '19 at 19:02.aux,.bbl,.bcf, ...) and recompile from scratch with LaTeX, Biber, LaTeX, LaTeX. – moewe Aug 27 '19 at 19:03