diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/easylist/easylist.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/easylist/easylist.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/easylist/easylist.sty b/Master/texmf-dist/tex/latex/easylist/easylist.sty index b9cc9210e55..6cf96574d92 100644 --- a/Master/texmf-dist/tex/latex/easylist/easylist.sty +++ b/Master/texmf-dist/tex/latex/easylist/easylist.sty @@ -800,14 +800,14 @@ \hangafter0\hangindent\el@TotalMargin \hskip-\el@LeftMove\box\el@CounterBox \begingroup - \edef\@currentlabel{\el@ItemCounter} - \gdef\el@ItemCounter{} + \edef\@currentlabel{\el@ItemCounter}% + \gdef\el@ItemCounter{}% \parindent=\csname Indent\the\el@CounterLevel\endcsname - \everypar{\hangafter0\hangindent\el@TotalMargin} + \everypar{\hangafter0\hangindent\el@TotalMargin}% \csname Style\the\el@CounterLevel\endcsname \csname Style\the\el@CounterLevel**\endcsname \fi - \xdef\el@PreviousItem{\the\el@CounterLevel} + \xdef\el@PreviousItem{\the\el@CounterLevel}% \global\el@CounterLevel1 \else \global\el@Advance\el@CounterLevel @@ -939,4 +939,4 @@ \catcode`#=\SharpCatcode \catcode`@=\AtCatcode \catcode`^^b6=\PilcrowCatcode -\catcode`^^a7=\SectionCatcode
\ No newline at end of file +\catcode`^^a7=\SectionCatcode |