diff options
-rw-r--r-- | ekdosis.dtx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 5e9dedd..1867d72 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -995,7 +995,7 @@ idno={}, msName={}, origDate={}][3]{% | |||
995 | {\ekd@note[#2]{\unexpanded{#3}}}% | 995 | {\ekd@note[#2]{\unexpanded{#3}}}% |
996 | }% | 996 | }% |
997 | } | 997 | } |
998 | \NewDocumentCommand{\note}{s O{} +m}{% | 998 | \NewDocumentCommand{\note@ekd}{s O{} +m}{% |
999 | \ifekd@isinapp% | 999 | \ifekd@isinapp% |
1000 | \ifekd@isinlem% | 1000 | \ifekd@isinlem% |
1001 | \note@noapp[#2]{#3}% | 1001 | \note@noapp[#2]{#3}% |
@@ -1022,6 +1022,7 @@ idno={}, msName={}, origDate={}][3]{% | |||
1022 | \ekd@statefalse% | 1022 | \ekd@statefalse% |
1023 | } | 1023 | } |
1024 | \NewDocumentEnvironment{ekdosis}{+b}{% | 1024 | \NewDocumentEnvironment{ekdosis}{+b}{% |
1025 | \let\note\note@ekd | ||
1025 | \begin{linenumbers} | 1026 | \begin{linenumbers} |
1026 | \EkdosisStart | 1027 | \EkdosisStart |
1027 | \EkdosisOn#1}{% | 1028 | \EkdosisOn#1}{% |