-
Notifications
You must be signed in to change notification settings - Fork 988
Open
Labels
Description
I have this random error occurring:
Error producing PDF.
! Package tikz Error: Sorry, some package has redefined the meaning of the math
-mode dollar sign. This is incompatible with tikz and its calc library and migh
t cause unrecoverable errors.
See the tikz package documentation for explanation.
Type H <return> for immediate help.
...
l.380 \end{verbatim}
I was not able to find which content exactly was generating the error, it seems to be very contextual.
But I found this workaround: https://tex.stackexchange.com/questions/165929/semiverbatim-with-tikz-in-beamer/165937#165937
\makeatletter
\global\let\tikz@ensure@dollar@catcode=\relax
\makeatother
I just added it here in the template
Since tikz
is loaded only when titlepage-background
is used only people using this option could possibly encounter the error.