I am using a .zip for a PhD template, and it contains too many files. So when I am trying to cite a reference I find that my compiler "livetex" and I am using TeXStudio is having trouble with:
\ifmc@nobind
\usepackage[
style=ieee,
isbn=false,
url=true,
defernumbers]{biblatex}
\else
\usepackage[
style=ieee,
doi=false,
isbn=false,
url=false,
defernumbers]{biblatex}
\fi
And it highlights that the error is on the \else line with the statement:
"Option clash for package biblatex. \else"
I don't understand because, for example, the file in Overleaf works fine.
biblatexin a different place with other options. – moewe May 06 '23 at 07:58\ifmc@nobindis not defined. Could you please complete your minimal example? – CarLaTeX May 08 '23 at 05:14