[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlinkstuff: remove compability code with old koma classes (303cbaa)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun Apr 7 13:09:30 CEST 2019


Repository : https://github.com/latex3/pdfresources
On branch  : testlinkstuff
Link       : https://github.com/latex3/pdfresources/commit/303cbaa32369d1a85c5c070d58f68e4acac27a7d

>---------------------------------------------------------------

commit 303cbaa32369d1a85c5c070d58f68e4acac27a7d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Apr 7 13:09:30 2019 +0200

    remove compability code with old koma classes


>---------------------------------------------------------------

303cbaa32369d1a85c5c070d58f68e4acac27a7d
 hluatex-experimental.def |   40 ++--------------------------------------
 1 file changed, 2 insertions(+), 38 deletions(-)

diff --git a/hluatex-experimental.def b/hluatex-experimental.def
index b102a3f..5465ba8 100644
--- a/hluatex-experimental.def
+++ b/hluatex-experimental.def
@@ -499,7 +499,7 @@
 
 \ExplSyntaxOn
 % #1 is for the color only: found {cite} and {link}
-% #2 is the destination find at pdflink uses than named link
+% #2 is the destination find at pdflink uses then named link
 \def\hyper at linkstart#1#2{%
   \Hy at VerboseLinkStart{#1}{#2}% only for debug
   \tl_if_exist:cTF  %or test for blank??
@@ -2062,43 +2062,7 @@
 \expandafter\def\csname Parent2\endcsname{}
 \expandafter\def\csname Parent3\endcsname{}
 \expandafter\def\csname Parent4\endcsname{}
-\def\Hy at tempa{%
-  \def\@addchap[##1]##2{%
-    \typeout{##2}%
-    \if at twoside
-      \@mkboth{##1}{}%
-    \else
-      \@mkboth{}{##1}%
-    \fi
-    \addtocontents{lof}{\protect\addvspace{10\p@}}%
-    \addtocontents{lot}{\protect\addvspace{10\p@}}%
-    \Hy at MakeCurrentHrefAuto{\Hy at chapapp*}%
-    \Hy at raisedlink{%
-      \hyper at anchorstart{\@currentHref}\hyper at anchorend
-    }%
-    \if at twocolumn
-       \@topnewpage[\@makeschapterhead{##2}]%
-    \else
-       \@makeschapterhead{##2}%
-       \@afterheading
-    \fi
-    \addcontentsline{toc}{chapter}{##1}%
-  }%
-}
-\@ifclassloaded{scrbook}{%
-  \@ifclasslater{scrbook}{2001/01/01}{%
-    \let\Hy at tempa\@empty
-  }{}%
-}{%
-  \@ifclassloaded{scrreprt}{%
-    \@ifclasslater{scrreprt}{2001/01/01}{%
-      \let\Hy at tempa\@empty
-    }{}%
-  }{%
-    \let\Hy at tempa\@empty
-  }%
-}%
-\Hy at tempa
+
 %%
 %% End of file `hluatex.def'.
 \endinput





More information about the latex3-commits mailing list