So I am given a LaTeX-Template, which is said to be working with MikTex 2.9 und TeXLive 2016. I am using Ubuntu 13.04. I have just downloaded TeXLive using sudo apt-get install texlive-full. As an editor, I am using Texstudio. I have tried to run the Template and the following error occurs:
Package biblatex Error: Style IEEE not found \RequireBibliographyStyle{\blx@bbxfile}
Any suggestions?
\usepackage[…,style=IEEE,…]{biblatex}this should be replaced by\usepackage[…,style=ieee,…]{biblatex}. In this case tell the template maintainer, that TeX is case-sensitiv. – Schweinebacke Feb 24 '17 at 14:53giveninitsmessage suggests yourbiblatexis outdated. If you installed the repository version of TeX live you may not get the newest updates. You only get full control over your TeX distribution if you use vanilla TeX live. However, normally there should be no version conflicts if you don't install packages manually. – moewe Feb 24 '17 at 17:26biblatexandbiblatex-ieeefrom the Ubuntu repositories everything should be fine. – moewe Feb 24 '17 at 17:26biblatexandpgfplots. You should really consider getting a vanilla TeX live. – moewe Feb 24 '17 at 17:28biblatexage) - OP confirms that the problem does not resurface with TeX live 2016. – moewe Mar 06 '17 at 17:10