diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-07 22:11:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-07 22:11:37 +0000 |
commit | d7a1e976ba2e3511e843571a66d950d440be8021 (patch) | |
tree | 727652c6e7c6568183811ce4f11ef7ba832c5be1 /Master/texmf-dist/tex/generic/listofitems | |
parent | 2fab7b94e1d0fc9e4a1c1614cc9d00cadf1dad17 (diff) |
listofitems (7oct17)
git-svn-id: svn://tug.org/texlive/trunk@45494 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 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/listofitems/listofitems.tex b/Master/texmf-dist/tex/generic/listofitems/listofitems.tex index 9f787255a2f..69613066074 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.4} % +\def\loiver {1.5} % % % -\def\loidate {2017/10/05} % +\def\loidate {2017/10/06} % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -88,7 +88,7 @@ {\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 - \loi_ifprimitive + \loi_ifprimitive{#1} {\endgroup\expandafter\loi_second} {\endgroup\expandafter\loi_first}% \else @@ -382,4 +382,7 @@ v1.4 05/10/2017 - suppression de \loi_expafternil, cr\'eation de \loi_expafter, modification de \loi_argcsname - correction d'un bug : \setsepchar{\par} ne provoque plus - d'erreur. \loi_ifnum devient \long
\ No newline at end of file + d'erreur. \loi_ifnum devient \long + +v1.5 06/10/2017 + - correction d'un bug dans \loi_ifcs
\ No newline at end of file |