From 31fb4eaa80541c1712ab15e876410783c897ece7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 11 Sep 2023 21:52:00 +0000 Subject: undefined \@chapter with nameref, tex4ht r1368 git-svn-id: svn://tug.org/texlive/trunk@68245 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht') 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} -- cgit v1.2.3