diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-06 21:57:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-06 21:57:41 +0000 |
commit | 57fc22b5f52e24c72134d98514f448933fa064de (patch) | |
tree | a1766349e382157b307d6404de990f3b91b8d5c7 /Master/texmf-dist/tex/latex | |
parent | 933ab7c45fb8fbb5f7726517d2c838ccf7f26472 (diff) |
asciilist (6mar16)
git-svn-id: svn://tug.org/texlive/trunk@39952 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/asciilist/asciilist.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/asciilist/asciilist.sty b/Master/texmf-dist/tex/latex/asciilist/asciilist.sty index e485f0890a9..3d4c65b254a 100644 --- a/Master/texmf-dist/tex/latex/asciilist/asciilist.sty +++ b/Master/texmf-dist/tex/latex/asciilist/asciilist.sty @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{asciilist} - [2016/02/23 v2.0a Package for quickly creating nested lists] + [2016/03/05 v2.1 Package for quickly creating nested lists] \RequirePackage{etoolbox} \RequirePackage{trimspaces} \newenvironment{AsciiList}[2][\asclst@defaultenvs]{% @@ -137,6 +137,7 @@ \ifstrempty{#1}% {\expandafter\docsvlist\expandafter{\asclst@docdefaultenvs}}% {\docsvlist{#1}}% + \let\UPTO=\asclst@changedoclistlevel% \asclst@ifnextnewline{}{\asclst@docnewline}% }{% \asclst@changedoclistlevel{}% |