You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some sections that refer to theorem numbers in their titles. The title then prints it out fine, but at the top of the page the section title is printed again and here the theorem number is just question marks.
Example code:
\section{The proof of Theorem \ref{thm:theorem} }
I've tried replacing it with
\section{The proof of Theorem \texorpdfstring{\ref{thm:theorem}}{TEXT} }
but that doesn't help. Maybe there is a work around like storing the reference as a sort of variable first, but I'm not sure how to go about this. Many thanks in advance.
The text was updated successfully, but these errors were encountered:
I have some sections that refer to theorem numbers in their titles. The title then prints it out fine, but at the top of the page the section title is printed again and here the theorem number is just question marks.
Example code:
I've tried replacing it with
but that doesn't help. Maybe there is a work around like storing the reference as a sort of variable first, but I'm not sure how to go about this. Many thanks in advance.
The text was updated successfully, but these errors were encountered: