aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-05-31 11:28:32 +0200
committerRobert Alessi <alessi@robertalessi.net>2021-05-31 11:30:22 +0200
commit112b1bb272b60c66d0ef2d7b6e2f40566f70b37f (patch)
tree7ba2fe9411d85cb4807136bd3474d8cec413e3e5
parentfde1eee531f211fb7707a4c0452a52db353eff3e (diff)
downloadekdosis-112b1bb272b60c66d0ef2d7b6e2f40566f70b37f.tar.gz
ekdmark should not take absolute page numbers
-rw-r--r--ekdosis.dtx4
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}{}{%