[latex3-commits] [latex3/hyperref] develop: docu correction (5deb5d5)
github at latex-project.org
github at latex-project.org
Sun Nov 26 18:08:48 CET 2023
Repository : https://github.com/latex3/hyperref
On branch : develop
Link : https://github.com/latex3/hyperref/commit/5deb5d5760cd5cf8c3fc245294f24cba918d160e
>---------------------------------------------------------------
commit 5deb5d5760cd5cf8c3fc245294f24cba918d160e
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Nov 26 18:08:48 2023 +0100
docu correction
>---------------------------------------------------------------
5deb5d5760cd5cf8c3fc245294f24cba918d160e
hyperref.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyperref.dtx b/hyperref.dtx
index 371a810..2ec7050 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -10974,8 +10974,8 @@
% The last point is the most complicated. Simply moving at the point \cs{refstepcounter}
% is encountered into the next para hook doesn't work, as this can be in a header if there is page
% break. The next item hook doesn't work for the same reason,
-% also not every theorem environment actually use \cs{item} (e.g. \xpackage{amsthm} and ams-classes).
-% Patching (or using a hook) \cs{@begintheorem} doesn't work either as \xpackage{ntheorem}
+% also not every theorem environment actually use \cs{item} (e.g. \texttt{amsthm} and ams-classes).
+% Patching (or using a hook) \cs{@begintheorem} doesn't work either as \texttt{ntheorem}
% redefines this on the fly.
%
% For now we move the target creation into the item hook. This is not perfect,
More information about the latex3-commits
mailing list.