diff options
Diffstat (limited to 'ekdosis.dtx')
-rw-r--r-- | ekdosis.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 9f50ec5..3f0d062 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -9098,9 +9098,9 @@ Sample text with a \textcolor{red}{word} in red. | |||
9098 | % \begin{macrocode} | 9098 | % \begin{macrocode} |
9099 | \NewDocumentCommand{\ekd@storemark}{m}{% | 9099 | \NewDocumentCommand{\ekd@storemark}{m}{% |
9100 | \stepcounter{ekd@lab}% | 9100 | \stepcounter{ekd@lab}% |
9101 | \zlabel{ekd:\theekd@lab}% | 9101 | \label{ekd:\theekd@lab}% |
9102 | \luadirect{ekdosis.storehfmark( | 9102 | \luadirect{ekdosis.storehfmark( |
9103 | \luastring{\zref@extract{ekd:\theekd@lab}{abspage}}, | 9103 | \luastring{\getpagerefnumber{ekd:\theekd@lab}}, |
9104 | \luastringN{#1})}% | 9104 | \luastringN{#1})}% |
9105 | } | 9105 | } |
9106 | \NewDocumentCommand{\ekdmark}{}{% | 9106 | \NewDocumentCommand{\ekdmark}{}{% |