From 4c90e50aad097faa0d2e43842a1667941a9dac1d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 29 Nov 2017 22:09:03 +0000 Subject: novel (29nov17) git-svn-id: svn://tug.org/texlive/trunk@45947 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty') diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty b/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty index 00274f08b3d..62463021466 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-Footnotes.sty}% -[2017/11/17 v1.46 LaTeX file (commands for footnotes and endnotes)] +[2017/11/29 v1.46.1 LaTeX file (commands for footnotes and endnotes)] %% @@ -167,6 +167,7 @@ %% ENDNOTES %% ----------------------------------------------------------------------------- % \endnote only places a marker. It does not store a note for later use. +% Since it gobbles following space, use \endnote{} when needed. % The \memo{} command is helpful, to make a non-printing note to yourself. % Whenever \endnote is used, the marker number and page is added to a list, % and the list is typed into the log file after the document ends. That way, @@ -179,7 +180,7 @@ \DeclareDocumentCommand \endnote { } {% \global\toggletrue{@gotendnotes}% -\stepcounter{@endnotecount}\sups{\arabic{@endnotecount}}\obeyspaces% +\stepcounter{@endnotecount}\sups{\arabic{@endnotecount}}% \long\edef\@endnotelist{\@endnotelist\space (\arabic{@endnotecount},p.\thepage)}% } %% -- cgit v1.2.3