I have a document which worked just fine until I inserted
fancyhdr
as follows:Code: Select all
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{head}
\chead{}
\rhead{author}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
Now I get the following error(s) with numbered examples (gb4e) which worked just fine before I inserted the
fancyhdr
.Code: Select all
! Argument of ^ has an extra }.
<inserted text>
\par
! Argument of ^ has an extra }.
<inserted text>
\par
l.85 \trans `
I don't know if you can do that.'
?
best,
Bettina