diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-hang.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-hang.sty | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-hang.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-hang.sty index 0e3efd3dece..c8c0aa40793 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-hang.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-hang.sty @@ -42,9 +42,15 @@ \renewcommand*{\LWR@printcloselist}{\LWR@printcloseitemize}% \renewcommand*{\LWR@printopenlist}{% \LWR@findhangingleftmargin% - ul style="\LWR@origmbox{list-style-type:none;} % - \LWR@origmbox{margin-left:\LWR@printlength{\LWR@templengthone}} ; % - \LWR@origmbox{text-indent:-\LWR@printlength{\hangingindent}}"% + ul style="% + \LWR@origmbox{list-style-type:none;} % extra space + \LWR@origmbox{% + margin-left:\LWR@printlength{\LWR@templengthone}% + } ; % extra space + \LWR@origmbox{% + text-indent:-\LWR@printlength{\hangingindent}% + }% + "% }% \let\item\LWR@itemizeitem% \list{}{}% |