summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csvsimple/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-07 23:29:39 +0000
committerKarl Berry <karl@freefriends.org>2014-07-07 23:29:39 +0000
commit246510b2e59e3c0feadbb170cf02b486636c37f7 (patch)
tree96104340f78a47f2d8f8ec559fe8bf2cc4573d4d /Master/texmf-dist/doc/latex/csvsimple/CHANGES
parentdf1900a7553cfb5bcb961d34002ba055e4cfcff9 (diff)
csvsimple (7jul14)
git-svn-id: svn://tug.org/texlive/trunk@34544 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csvsimple/CHANGES')
-rw-r--r--Master/texmf-dist/doc/latex/csvsimple/CHANGES20
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/csvsimple/CHANGES b/Master/texmf-dist/doc/latex/csvsimple/CHANGES
index 2b040d4a3a0..37a0a7b1fba 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.07 (2013/09/25)
+%% The LaTeX package csvsimple - version 1.10 (2014/07/07)
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2008-2013 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2008-2014 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -62,3 +62,19 @@ version 1.07 (2013/09/25):
- internal macro '\TrimSpaces' renamed to avoid name clashed with 'xparse'
- new option 'separator' to set the data value separator to
'comma', 'semicolon', or 'pipe'
+
+version 1.10 (2014/07/07):
+- bug fix: table head names in curly brackets were not recognized for some cases
+- changed: if a CSV file is not found, csvsimple stops with an error message instead of a warning
+- external sorting specifically supported for the CSV-Sorter tool with the new options
+ 'csvsorter command', 'csvsorter configpath', 'csvsorter log',
+ 'sort by', 'new sorting rule'
+- new automatic tabular settings with booktabs:
+ '\csvautotabular' and '\csvautolongtable'
+- new keys for respecting special characters:
+ 'respect tab', 'respect percent', 'respect sharp', 'respect dollar',
+ 'respect and', 'respect backslash', 'respect underscore', 'respect tilde',
+ 'respect circumflex', 'respect leftbrace', 'respect rightbrace',
+ 'respect all', 'respect none'
+- new value 'tab' for the 'separator' option to use a tabulator signs
+ as separator.