Skip to content

tikz conflict #184

@noraj

Description

@noraj

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
image

Since tikz is loaded only when titlepage-background is used only people using this option could possibly encounter the error.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions