diff options
-rw-r--r-- | ekdosis.dtx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index 7741dab..1cd7d1b 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -7304,7 +7304,11 @@ Sample text with a \textcolor{red}{word} in red. | |||
7304 | \ekvifdefinedNoVal{ekd@note}{post}{}{% | 7304 | \ekvifdefinedNoVal{ekd@note}{post}{}{% |
7305 | \unexpanded\expandafter{\post@value}}% | 7305 | \unexpanded\expandafter{\post@value}}% |
7306 | }% | 7306 | }% |
7307 | \ifekd@mapps% | ||
7308 | \append@app[\ekdan@type]{\note@contents}% | ||
7309 | \else% | ||
7307 | \append@app{\note@contents}% | 7310 | \append@app{\note@contents}% |
7311 | \fi% | ||
7308 | \egroup% | 7312 | \egroup% |
7309 | } | 7313 | } |
7310 | \NewDocumentCommand{\ekd@note@star}{O{} m}{% | 7314 | \NewDocumentCommand{\ekd@note@star}{O{} m}{% |
@@ -7321,7 +7325,11 @@ Sample text with a \textcolor{red}{word} in red. | |||
7321 | \append@app{\note@contents}% | 7325 | \append@app{\note@contents}% |
7322 | \egroup% | 7326 | \egroup% |
7323 | \else | 7327 | \else |
7324 | \append@app{\unskip\footnote{#2}}% | 7328 | \ifekd@mapps% |
7329 | \append@app[\ekdan@type]{\note@contents}% | ||
7330 | \else% | ||
7331 | \append@app{\note@contents}% | ||
7332 | \fi% | ||
7325 | \fi% | 7333 | \fi% |
7326 | } | 7334 | } |
7327 | \NewDocumentCommand{\note@app}{s O{} +m}{% | 7335 | \NewDocumentCommand{\note@app}{s O{} +m}{% |