We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This still seems not to be correct always: https://tex.stackexchange.com/q/691262/2388
This should really be fix in amsthm directly ...
The text was updated successfully, but these errors were encountered:
I have reported this bug to [email protected] with the following example
[email protected]
\documentclass[11pt,a4paper]{memoir} \usepackage{mathtools,amsthm,lipsum} \usepackage[hypertexnames=false]{hyperref} \usepackage[noabbrev,capitalize,nameinlink]{cleveref} \hypersetup{ colorlinks=true, linkcolor=blue } \numberwithin{equation}{chapter} \newtheorem{theorem}{Theorem}[chapter] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setlrmarginsandblock{2.5cm}{2.5cm}{*} \setulmarginsandblock{2.5cm}{*}{1} \checkandfixthelayout \begin{document} \chapter{Preliminary} \lipsum[1-5] \begin{theorem} \label{prelim} Something here. \end{theorem} The jump to \cref{prelim} is wrong. \end{document}
Sorry, something went wrong.
No branches or pull requests
This still seems not to be correct always: https://tex.stackexchange.com/q/691262/2388
This should really be fix in amsthm directly ...
The text was updated successfully, but these errors were encountered: