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
With the latest update of the titlesec package (from v2.14 to v2.15) all references using nameref disappeared.
This MWE shows the issue:
\documentclass{article}
\usepackage{titlesec}
\usepackage{hyperref}
\begin{document}
\section{This is my section}
\label{label:thisisthelabel}
This is my reference: \nameref{label:thisisthelabel}
\end{document}
With the latest update of the titlesec package (from v2.14 to v2.15) all references using nameref disappeared.
This MWE shows the issue:
Note: This seems to be related to the following reported issue @currentlabelname is not correctly sanitized.
Please also see @u-fischer's answer to the issue on Stack Exchange: https://tex.stackexchange.com/a/699596/215495
The text was updated successfully, but these errors were encountered: