diff options
author | Robert Alessi <alessi@robertalessi.net> | 2021-02-03 09:39:51 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2021-02-03 09:39:51 +0100 |
commit | 6fb1fbb8c61436430a9a83a0e2232a263387f951 (patch) | |
tree | e1f0667455311779a56b19e8b4202537cdc9464f | |
parent | 5be3d3330ae34aca3a66955c9374e658740cfbb1 (diff) | |
download | ekdosis-6fb1fbb8c61436430a9a83a0e2232a263387f951.tar.gz |
made \note aware of multiple-layer apparatus criticus
-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}{% |