diff options
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r-- | ekdosis.dtx | 6 |
1 files 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 | |||
61 | %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] | 61 | %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] |
62 | %<package>\ProvidesPackage{ekdosis} | 62 | %<package>\ProvidesPackage{ekdosis} |
63 | %<*package> | 63 | %<*package> |
64 | [2020/08/14 v1.0 Typesetting TEI xml compliant critical editions] | 64 | [2020/10/00 v1.1-dev Typesetting TEI xml compliant critical editions] |
65 | %</package> | 65 | %</package> |
66 | %<*driver> | 66 | %<*driver> |
67 | \begin{filecontents}[noheader,overwrite]{bibdata.xml} | 67 | \begin{filecontents}[noheader,overwrite]{bibdata.xml} |
@@ -5680,7 +5680,6 @@ Sample text with a \textcolor{red}{word} in red. | |||
5680 | % \RequirePackage{expkv-def} % already loaded above | 5680 | % \RequirePackage{expkv-def} % already loaded above |
5681 | \RequirePackage{luacode} | 5681 | \RequirePackage{luacode} |
5682 | \RequirePackage{paracol} | 5682 | \RequirePackage{paracol} |
5683 | \RequirePackage{xparse} | ||
5684 | \RequirePackage{etoolbox} | 5683 | \RequirePackage{etoolbox} |
5685 | \RequirePackage{lineno} | 5684 | \RequirePackage{lineno} |
5686 | \RequirePackage{keyfloat} | 5685 | \RequirePackage{keyfloat} |
@@ -5689,7 +5688,6 @@ Sample text with a \textcolor{red}{word} in red. | |||
5689 | \RequirePackage{zref-abspage} | 5688 | \RequirePackage{zref-abspage} |
5690 | \RequirePackage{ltxcmds} | 5689 | \RequirePackage{ltxcmds} |
5691 | \RequirePackage{pdftexcmds} | 5690 | \RequirePackage{pdftexcmds} |
5692 | \RequirePackage{atbegshi} | ||
5693 | \RequirePackage{ifoddpage} | 5691 | \RequirePackage{ifoddpage} |
5694 | \if@pkg@parnotes | 5692 | \if@pkg@parnotes |
5695 | \RequirePackage{parnotes} | 5693 | \RequirePackage{parnotes} |
@@ -6355,7 +6353,7 @@ Sample text with a \textcolor{red}{word} in red. | |||
6355 | \NewDocumentCommand{\ekdatbegshihook}{}{% | 6353 | \NewDocumentCommand{\ekdatbegshihook}{}{% |
6356 | \ifekd@pagelineation\resetlinenumber\fi | 6354 | \ifekd@pagelineation\resetlinenumber\fi |
6357 | } | 6355 | } |
6358 | \AtBeginShipout{\ekdatbegshihook} | 6356 | \AddToHook{shipout/before}{\ekdatbegshihook} |
6359 | \newif\ifekd@elidednumbers | 6357 | \newif\ifekd@elidednumbers |
6360 | \ekvdefinekeys{ekd@lineation}{ | 6358 | \ekvdefinekeys{ekd@lineation}{ |
6361 | choice lineation = {page = \ekd@pagelineationtrue, | 6359 | choice lineation = {page = \ekd@pagelineationtrue, |