diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-29 22:09:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-29 22:09:03 +0000 |
commit | 4c90e50aad097faa0d2e43842a1667941a9dac1d (patch) | |
tree | d75873e7c6c6f892b6b1e4fea470273dbaf3f37d /Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty | |
parent | 7d16aaa59d05797f4d1053a1d2dbbe768df50e04 (diff) |
novel (29nov17)
git-svn-id: svn://tug.org/texlive/trunk@45947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty | 5 |
1 files changed, 3 insertions, 2 deletions
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)}% } %% |