Closed kbauer closed 6 years ago
Thanks for the bug report. Fixed in 6f6101e. The \edef
was definitely misguided here.
Simply removing \edef
made some examples fail for me. Combined with #23, I created a pull request for a larger change that should fix both issues.
Yes, in addition to removing \edef
you need to use \expandonce
when writing \axp@sectitle
to the .apx
file, which is what we both did.
Apparently apxproof makes the
\section
command brittle.With apxproof, using anything other than plain text becomes dangerous, leading to failure of e.g.
The source of the issue seems to be the line
Other things that broke for me with
apxproof
when used in\section
commands:\color{...}
$\mathbf{P}$
).