summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-11-18 22:16:57 +0000
committerKarl Berry <karl@freefriends.org>2022-11-18 22:16:57 +0000
commitc2f6ebcc05b7cd544d84470590da6b7a7df0e053 (patch)
treee8a763d8e9f5f513cdcf8972d6e338174871726c /Master/texmf-dist/tex/generic/tex4ht
parent66b84fd5d0def0dd37fe3b45fe7dbcdad3853c35 (diff)
disable \index and \label in \caption from caption.sty, tex4ht r1242
git-svn-id: svn://tug.org/texlive/trunk@65051 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/nameref.4ht12
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht b/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht
index ef6805f0a54..359cedcf4c6 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht
@@ -1,4 +1,4 @@
-% nameref.4ht (2022-07-05-14:35), generated from tex4ht-4ht.tex
+% nameref.4ht (2022-11-18-14:11), generated from tex4ht-4ht.tex
% Copyright 2005-2009 Eitan M. Gurari
% Copyright 2009-2022 TeX Users Group
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-07-05-14:35}
+\immediate\write-1{version 2022-11-18-14:11}
\let\NR:Type\relax
\let\ltx@label\label
@@ -138,7 +138,13 @@
\@ifpackageloaded{caption}{
\pend:defIII\caption@beginex{%
\gdef\NR:Type{\@currenvir}%
- \gdef\NR:Title{\a:newlabel{##2}}%
+ % handle \label and \index in Caption's package
+ % version of \caption
+ \begingroup%
+ \let\index\:gobble%
+ \let\label\:gobble%
+ \protected@xdef\NR:Title{\a:newlabel{##2}}%
+ \endgroup%
}
}{}