diff options
-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}{}{% |