From 267ed955f45fbc381169a0cf67a8160e2d92c156 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Wed, 30 Sep 2020 19:37:39 +0200 Subject: adapt ekdosis to LaTeX 2020-10-01 (inclusion of xparse and new hook management) --- ekdosis.dtx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ekdosis.dtx b/ekdosis.dtx index a771bc0..5d17daa 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx @@ -61,7 +61,7 @@ along with this program. If not, see %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{ekdosis} %<*package> - [2020/08/14 v1.0 Typesetting TEI xml compliant critical editions] + [2020/10/00 v1.1-dev Typesetting TEI xml compliant critical editions] % %<*driver> \begin{filecontents}[noheader,overwrite]{bibdata.xml} @@ -5680,7 +5680,6 @@ Sample text with a \textcolor{red}{word} in red. % \RequirePackage{expkv-def} % already loaded above \RequirePackage{luacode} \RequirePackage{paracol} -\RequirePackage{xparse} \RequirePackage{etoolbox} \RequirePackage{lineno} \RequirePackage{keyfloat} @@ -5689,7 +5688,6 @@ Sample text with a \textcolor{red}{word} in red. \RequirePackage{zref-abspage} \RequirePackage{ltxcmds} \RequirePackage{pdftexcmds} -\RequirePackage{atbegshi} \RequirePackage{ifoddpage} \if@pkg@parnotes \RequirePackage{parnotes} @@ -6355,7 +6353,7 @@ Sample text with a \textcolor{red}{word} in red. \NewDocumentCommand{\ekdatbegshihook}{}{% \ifekd@pagelineation\resetlinenumber\fi } -\AtBeginShipout{\ekdatbegshihook} +\AddToHook{shipout/before}{\ekdatbegshihook} \newif\ifekd@elidednumbers \ekvdefinekeys{ekd@lineation}{ choice lineation = {page = \ekd@pagelineationtrue, -- cgit v1.2.3