diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-17 21:15:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-17 21:15:43 +0000 |
commit | 0f4a34d1fe6262bc72205b50adb2ae5ab576d427 (patch) | |
tree | 96d07059e14ae2c49b831c16e2cf0de025d41d5c /Master/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty | |
parent | 0b34e84c6dde5d7877c9b07fc95374374aaba3c6 (diff) |
lwarp (17aug17)
git-svn-id: svn://tug.org/texlive/trunk@45054 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty index a55df951b3b..9da839dd532 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-footnote.sty @@ -20,7 +20,10 @@ \protected@edef\@currentlabel{\csname p@\@mpfn\endcsname\@thefnmark}% } -\newcommand*{\fn@endnote}{\LWR@htmltagc{/\LWR@tagregularparagraph}} +\newcommand*{\fn@endnote}{% +\LWR@htmltagc{/\LWR@tagregularparagraph}% +\LWR@orignewline% +} \def\fn@startfntext{% \setbox\z@\vbox\bgroup% \fn@startnote% @@ -28,7 +31,8 @@ \ignorespaces% } \def\fn@endfntext{% -\LWR@htmltagc{/\LWR@tagregularparagraph}% + \LWR@htmltagc{/\LWR@tagregularparagraph}% + \LWR@orignewline% \fn@postfntext% \egroup% \begingroup% |