fix the patch for hyperref before 2022/05/16

This commit is contained in:
syvshc
2022-06-06 23:06:31 +08:00
parent 4949004371
commit 35f058868e
2 changed files with 20 additions and 18 deletions

View File

@@ -1,11 +1,11 @@
\documentclass[lang=cn,10pt,scheme=chinese]{elegantbook}
\documentclass[lang=cn,10pt]{elegantbook}
\title{ElegantBook优美的 \LaTeX{} 书籍模板}
\subtitle{Elegant\LaTeX{} 经典之作}
\author{Ethan Deng \& Liam Huang}
\institute{Elegant\LaTeX{} Program}
\date{May 28, 2022}
\date{June, 6, 2022}
\version{4.4}
\bioinfo{自定义}{信息}

View File

@@ -123,6 +123,10 @@
pdfborder={0 0 0},
linktocpage
}
\newif\ifELEGANT@Hy@later
\@ifpackagelater{hyperref}{2022/05/16}
{\ELEGANT@Hy@latertrue}
{\ELEGANT@Hy@laterfalse}
%% device settings
\RequirePackage{geometry}
@@ -847,16 +851,16 @@
\newcommand{\xchaptertitle}{ \thechapter{} }}
% Hyperref 2022/05/16's changelog.txt said
% * nameref is loaded always and earlier (issue#235)
\IfPackageAtLeastTF{hyperref}{2022/05/16}
{
\patchcmd{\NR@chapter}%
{\numberline{\thechapter}}{\numberline{\xchaptertitle}}%
{}{\fail}
}
{
\patchcmd{\Hy@org@chapter}%
{\numberline{\thechapter}}{\numberline{\xchaptertitle}}%
{}{\fail}
\AtBeginDocument{
\ifELEGANT@Hy@later
\patchcmd{\NR@chapter}%
{\numberline{\thechapter}}{\numberline{\xchaptertitle}}%
{}{\fail}
\else
\patchcmd{\Hy@org@chapter}%
{\numberline{\thechapter}}{\numberline{\xchaptertitle}}%
{}{\fail}
\fi
}
}
{\newcommand{\xchaptertitle}{\chaptername~\thechapter~}}
@@ -1391,17 +1395,15 @@ beforechap\newpage%
\setlength{\cftchapnumwidth}{\widthof{\textbf{附录~999}}}
\g@addto@macro\appendix{%
% recover \thechapter in the \NR@chapter's \numberline
\IfPackageAtLeastTF{hyperref}{2022/05/16}
{
\ifELEGANT@Hy@later
\patchcmd{\NR@chapter}%
{\numberline{\xchaptertitle}}{\numberline{\thechapter}}%
{}{\fail}
}
{
\else
\patchcmd{\Hy@org@chapter}%
{\numberline{\xchaptertitle}}{\numberline{\thechapter}}%
{}{\fail}
}
{}{\fail}
\fi
\addtocontents{toc}{%
\protect\renewcommand{\protect\cftchappresnum}{\appendixname\space}%
\protect\renewcommand{\protect\cftchapaftersnum}{}%