diff options
-rw-r--r-- | ekdosis.dtx | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 53277e9..1983e56 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -8532,25 +8532,25 @@ Sample text with a \textcolor{red}{word} in red. | |||
8532 | \egroup% | 8532 | \egroup% |
8533 | } | 8533 | } |
8534 | \NewDocumentCommand{\ekd@note@star}{O{} m}{% | 8534 | \NewDocumentCommand{\ekd@note@star}{O{} m}{% |
8535 | \if@pkg@parnotes | 8535 | \bgroup |
8536 | \bgroup% | 8536 | \ekvset{ekd@note}{#1}% |
8537 | \ekvset{ekd@note}{#1}% | 8537 | \edef\note@contents{% |
8538 | \edef\note@contents{% | 8538 | \ekvifdefinedNoVal{ekd@note}{pre}{}{% |
8539 | \ekvifdefinedNoVal{ekd@note}{pre}{}{% | 8539 | \unexpanded\expandafter{\pre@value}}% |
8540 | \unexpanded\expandafter{\pre@value}}% | 8540 | \if@pkg@parnotes |
8541 | \unskip\noexpand\parnote{\unexpanded{#2}}% | 8541 | \unskip\noexpand\parnote{\unexpanded{#2}}% |
8542 | \ekvifdefinedNoVal{ekd@note}{post}{}{% | 8542 | \else |
8543 | \unexpanded\expandafter{\post@value}}% | 8543 | \unskip\noexpand\footnote{\unexpanded{#2}}% |
8544 | }% | 8544 | \fi |
8545 | \append@app{\note@contents}% | 8545 | \ekvifdefinedNoVal{ekd@note}{post}{}{% |
8546 | \egroup% | 8546 | \unexpanded\expandafter{\post@value}}% |
8547 | \else | 8547 | }% |
8548 | \ifekd@mapps% | 8548 | \ifekd@mapps |
8549 | \append@app[\ekdan@type]{\note@contents}% | 8549 | \append@app[\ekdan@type]{\note@contents}% |
8550 | \else% | 8550 | \else |
8551 | \append@app{\note@contents}% | 8551 | \append@app{\note@contents}% |
8552 | \fi% | 8552 | \fi |
8553 | \fi% | 8553 | \egroup |
8554 | } | 8554 | } |
8555 | \NewDocumentCommand{\note@app}{s O{} +m}{% | 8555 | \NewDocumentCommand{\note@app}{s O{} +m}{% |
8556 | \ifbool{al@rlmode}{% | 8556 | \ifbool{al@rlmode}{% |