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