diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-24 21:23:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-24 21:23:24 +0000 |
commit | 1f862180ea719c5907ee445c0ca500a141fdee7b (patch) | |
tree | a212bf92c885cac363d31f7db0465a3d56bc71f7 /Master/texmf-dist/tex/generic/listofitems | |
parent | 75112b2ef89be08e5accfd8e475c8f5c87cc2512 (diff) |
listofitems (24oct17)
git-svn-id: svn://tug.org/texlive/trunk@45590 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/listofitems')
-rw-r--r-- | Master/texmf-dist/tex/generic/listofitems/listofitems.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/listofitems/listofitems.tex b/Master/texmf-dist/tex/generic/listofitems/listofitems.tex index 69613066074..39634b434b3 100644 --- a/Master/texmf-dist/tex/generic/listofitems/listofitems.tex +++ b/Master/texmf-dist/tex/generic/listofitems/listofitems.tex @@ -3,9 +3,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % \def\loiname {listofitems} % -\def\loiver {1.5} % +\def\loiver {1.51} % % % -\def\loidate {2017/10/06} % +\def\loidate {2017/10/24} % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -87,7 +87,7 @@ \loi_second% si espace en 1er, faux {\loi_exparg\loi_ifempty{\loi_gobarg#1}% 1 seul token ? {\begingroup \escapechar`\_ - \if\expandafter\loi_firsttonil\string#1\_nil\expandafter\loi_firsttonil\string\relax\_nil + \if\expandafter\loi_firsttonil\detokenize{#1}\_nil\expandafter\loi_firsttonil\string\relax\_nil \loi_ifprimitive{#1} {\endgroup\expandafter\loi_second} {\endgroup\expandafter\loi_first}% @@ -385,4 +385,7 @@ v1.4 05/10/2017 d'erreur. \loi_ifnum devient \long v1.5 06/10/2017 + - correction d'un bug dans \loi_ifcs + +v1.51 24/10/2017 - correction d'un bug dans \loi_ifcs
\ No newline at end of file |