diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-16 16:36:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-16 16:36:00 +0000 |
commit | 4ac70976a2da5ae7525d7e44e2a39a10d56e3cdf (patch) | |
tree | 11a75129305a92635f05e70c7c4adfb63d5d1ed8 /Master/texmf-dist/tex | |
parent | 7148bd987087fee2f7c0dacb91b1ed94f7b4330e (diff) |
enumitem update (30jun07)
git-svn-id: svn://tug.org/texlive/trunk@4623 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/enumitem/enumitem.sty | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/enumitem/enumitem.sty b/Master/texmf-dist/tex/latex/enumitem/enumitem.sty index a16929a0be8..c7868e7ee27 100644 --- a/Master/texmf-dist/tex/latex/enumitem/enumitem.sty +++ b/Master/texmf-dist/tex/latex/enumitem/enumitem.sty @@ -5,7 +5,7 @@ % Copyright (c) 2003-2007 by Javier Bezos. % All Rights Reserved. % -% This file is part of the enumitem distribution release 2.0 +% This file is part of the enumitem distribution release 2.1 % ----------------------------------------------------------- % % It may be distributed and/or modified under the @@ -33,7 +33,7 @@ % ~~~~~~~ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{enumitem}[2007/03/12 v2.0 Customized lists] +\ProvidesPackage{enumitem}[2007/06/30 v2.1 Customized lists] % The package uses a token register very often. To be on the % safe side, instead of \toks@, etc., a new one is declared: @@ -272,7 +272,7 @@ \expandafter\enit@b#1#2\@nil\@@nil \edef#1{\the\enit@toks}} -% ¿Se podría dar una variante para ref? +% ¿Se podrÃa dar una variante para ref? \def\enit@first@x#1,\@nil{#1} @@ -394,8 +394,7 @@ \def\enit@b{#2}% \ifx\enit@a\enit@b \enit@toks\expandafter\expandafter\expandafter - {\csname enit@savekeys@\@currenvir\endcsname}% - \@nameuse{enit@resume@\@currenvir}\relax + {\csname enit@savekeys@\@currenvir\endcsname,resume}% \else #1{#2}% Returns toks@ \fi |