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 | |
parent | 2fab7b94e1d0fc9e4a1c1614cc9d00cadf1dad17 (diff) |
listofitems (7oct17)
git-svn-id: svn://tug.org/texlive/trunk@45494 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/generic/listofitems/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/listofitems/listofitems-en.pdf | bin | 368859 -> 368861 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/listofitems/listofitems-fr.pdf | bin | 332231 -> 332231 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/generic/listofitems/listofitems.tex | 11 |
4 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/listofitems/README b/Master/texmf-dist/doc/generic/listofitems/README index 75da857079c..8c7dfa442f7 100644 --- a/Master/texmf-dist/doc/generic/listofitems/README +++ b/Master/texmf-dist/doc/generic/listofitems/README @@ -4,9 +4,9 @@ ___________________________________ listofitems package - v1.4 + v1.5 - 05/10/2017 + 06/10/2017 ___________________________________ Authors : Christian Tellechea, Steven B. Segletes diff --git a/Master/texmf-dist/doc/generic/listofitems/listofitems-en.pdf b/Master/texmf-dist/doc/generic/listofitems/listofitems-en.pdf Binary files differindex 72eb878b068..467c648d1a4 100644 --- a/Master/texmf-dist/doc/generic/listofitems/listofitems-en.pdf +++ b/Master/texmf-dist/doc/generic/listofitems/listofitems-en.pdf diff --git a/Master/texmf-dist/doc/generic/listofitems/listofitems-fr.pdf b/Master/texmf-dist/doc/generic/listofitems/listofitems-fr.pdf Binary files differindex 26eb6f8dbff..0b618e2504b 100644 --- a/Master/texmf-dist/doc/generic/listofitems/listofitems-fr.pdf +++ b/Master/texmf-dist/doc/generic/listofitems/listofitems-fr.pdf 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 |