summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-09-11 21:52:00 +0000
committerKarl Berry <karl@freefriends.org>2023-09-11 21:52:00 +0000
commit31fb4eaa80541c1712ab15e876410783c897ece7 (patch)
tree9c9c1c6c75a146d96b54f03c1af1def99c64299a /Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
parent70cb3f19a001e900d261150e22380f6740752881 (diff)
undefined \@chapter with nameref, tex4ht r1368
git-svn-id: svn://tug.org/texlive/trunk@68245 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht11
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht b/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
index f0de8936168..b3c7d96eb51 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht
@@ -1,4 +1,4 @@
-% hyperref-hooks.4ht (2022-06-20-14:19), generated from tex4ht-4ht.tex
+% hyperref-hooks.4ht (2023-09-11-14:37), generated from tex4ht-4ht.tex
% Copyright 2022 TeX Users Group
%
% This work may be distributed and/or modified under the
@@ -16,7 +16,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2022-06-20-14:19}
+\immediate\write-1{version 2023-09-11-14:37}
\:AtEndOfPackage{%
\@ifpackageloaded{nameref}{}
@@ -27,6 +27,13 @@
\let\label\sv:label
%\input nameref.4ht
}
+% Nameref defines the \@chapter command unconditionally,
+% but this breaks the page cutting functionality
+% of TeX4ht, so we need to undefine it.
+% See this post for more details https://tex.stackexchange.com/q/695624/2891
+\ifdefined\chapter\else
+ \global\let\@chapter\@relax
+\fi
\providecommand*\AMSautorefname{\equationautorefname}
\providecommand*\Hfootnoteautorefname{\footnoteautorefname}