diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-01 22:04:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-01 22:04:23 +0000 |
commit | 66ccb4e6d9726069a12743ef1a0fa735cdd22b26 (patch) | |
tree | f15ddb00578ce5f117074596179fe940372d7872 /Master/texmf-dist/doc/latex/csvsimple/CHANGES | |
parent | 0ee8d441c29c80ef0ca37b141bce0801948328da (diff) |
csvsimple (1jul16)
git-svn-id: svn://tug.org/texlive/trunk@41597 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csvsimple/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/latex/csvsimple/CHANGES | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/csvsimple/CHANGES b/Master/texmf-dist/doc/latex/csvsimple/CHANGES index 01716414ecc..5923b9fd100 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/CHANGES +++ b/Master/texmf-dist/doc/latex/csvsimple/CHANGES @@ -1,7 +1,7 @@ -%% The LaTeX package csvsimple - version 1.12 (2014/07/14) +%% The LaTeX package csvsimple - version 1.20 (2016/07/01) %% %% ------------------------------------------------------------------------------------------- -%% Copyright (c) 2008-2014 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de> +%% Copyright (c) 2008-2016 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de> %% ------------------------------------------------------------------------------------------- %% %% This work may be distributed and/or modified under the @@ -89,3 +89,16 @@ version 1.12 (2014/07/14): new key 'csvsorter token' - changed: encircling column entry braces removed for all entries for better siunitx compatibility - documentation revised and extended with siunitx examples + +version 1.20 (2016/07/01): +- implementation changed from \roman to \romannumeral +- write18 replace by \ShellEscape from the shellesc package +- '\csvlinetotablerow' implemented more efficiently +- '\csvloop' made long +- new string comparison macros: + '\ifcsvstrequal', '\ifcsvprostrequal', '\ifcsvstrcmp', '\ifcsvnotstrcmp' +- new filter options: + 'filter ifthen', 'filter test', 'filter expr', 'full filter', + 'filter strcmp', 'filter not strcmp' +- code optimizations +- documentation revised |