Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

References using nameref disappeared after titlesec update #71

Closed
suricata78 opened this issue Oct 26, 2023 · 1 comment
Closed

References using nameref disappeared after titlesec update #71

suricata78 opened this issue Oct 26, 2023 · 1 comment

Comments

@suricata78
Copy link

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}

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

@jbezos
Copy link
Owner

jbezos commented Oct 26, 2023

Thanks. I’ll revert it in a few days and reopen the issue as ‘known issue’.

@jbezos jbezos closed this as not planned Won't fix, can't repro, duplicate, stale Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants