diff options
author | Robert Alessi <alessi@robertalessi.net> | 2018-11-13 10:44:05 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2018-11-13 10:44:05 +0100 |
commit | 1fc3c0dc8a312b55ef77372d47542af30f3f4ae8 (patch) | |
tree | d0098636f54258d21c43c9dd5eea1affed3126a5 | |
parent | ed0058953a644652c62ce9c46417b13513b9b6a5 (diff) | |
download | ekdosis-1fc3c0dc8a312b55ef77372d47542af30f3f4ae8.tar.gz |
enabled 'parnote' feature inside \lem and \rdg.
-rw-r--r-- | ekdosis.dtx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ekdosis.dtx b/ekdosis.dtx index bed668b..8dca80f 100644 --- a/ekdosis.dtx +++ b/ekdosis.dtx | |||
@@ -329,6 +329,7 @@ Running "make install" installs the files in the local TeX tree. | |||
329 | \RequirePackage{vplref} | 329 | \RequirePackage{vplref} |
330 | \RequirePackage{keyfloat} | 330 | \RequirePackage{keyfloat} |
331 | \RequirePackage{refcount} | 331 | \RequirePackage{refcount} |
332 | \RequirePackage{xspace} | ||
332 | \RequirePackage[user,abspage]{zref} | 333 | \RequirePackage[user,abspage]{zref} |
333 | \if@pkg@parnotes | 334 | \if@pkg@parnotes |
334 | \RequirePackage{parnotes} | 335 | \RequirePackage{parnotes} |
@@ -409,7 +410,11 @@ Running "make install" installs the files in the local TeX tree. | |||
409 | \IfBooleanTF{#1}{% | 410 | \IfBooleanTF{#1}{% |
410 | \if@pkg@parnotes\append{\parnote{#2}}% | 411 | \if@pkg@parnotes\append{\parnote{#2}}% |
411 | \else\append{\footnote{#2}}\fi}{\append{#2}}% | 412 | \else\append{\footnote{#2}}\fi}{\append{#2}}% |
412 | \else\ #2 \fi\fi% | 413 | \else% |
414 | \IfBooleanTF{#1}{% | ||
415 | \if@pkg@parnotes\parnote{#2}% | ||
416 | \else\footnote{#2}\fi}{ #2\xspace}% | ||
417 | \fi\fi% | ||
413 | } | 418 | } |
414 | \NewDocumentCommand{\apparatus}{}{\luadirect{tex.sprint(appout())}} | 419 | \NewDocumentCommand{\apparatus}{}{\luadirect{tex.sprint(appout())}} |
415 | \NewDocumentCommand{\testapparatus}{}{% | 420 | \NewDocumentCommand{\testapparatus}{}{% |