I have a problem running "csquotes" and "hyperref" with the option colorlinks together, producing the error:
! Missing = inserted for \ifnum.
<to be read again>
\bgroup
l.13 }
A MWE is:
\documentclass{article}
\usepackage{csquotes}
\usepackage[colorlinks]{hyperref}
\MakeAutoQuote*{<}{>}
\begin{document}
This is a test!
\end{document}
Does anyone know how to solve the problem? This is on TeXLive 2014 on Linux, fresh install.
\MakeAutoQuote*{<}{>}before loadinghyperrefor, perhaps better, where it is but as argument to\AtBeginDocument. Or, best of all, avoid<and>as quoting characters. – egreg Jun 30 '14 at 10:42hyperrefon TeX Live 2014 is2012/11/06 v6.83m– egreg Jul 01 '14 at 07:59