diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/csvsimple/CHANGES | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/csvsimple/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf | bin | 72221 -> 72221 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/csvsimple/csvsimple.pdf | bin | 834507 -> 834750 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/csvsimple/csvsimple.tex | 6 |
6 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/csvsimple/CHANGES b/Master/texmf-dist/doc/latex/csvsimple/CHANGES index 37a0a7b1fba..09616932ce4 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/CHANGES +++ b/Master/texmf-dist/doc/latex/csvsimple/CHANGES @@ -1,4 +1,4 @@ -%% The LaTeX package csvsimple - version 1.10 (2014/07/07) +%% The LaTeX package csvsimple - version 1.11 (2014/07/08) %% %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2008-2014 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de> @@ -78,3 +78,7 @@ version 1.10 (2014/07/07): 'respect all', 'respect none' - new value 'tab' for the 'separator' option to use a tabulator signs as separator. + +version 1.11 (2014/07/08): +- bug fix (serious!): sorting preprocessor overwrites the input data in some combinations +- changed: if a CSV file with an empty first line is found, csvsimple stops with an error message diff --git a/Master/texmf-dist/doc/latex/csvsimple/README b/Master/texmf-dist/doc/latex/csvsimple/README index b96a090f22d..f9cc49a7786 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/README +++ b/Master/texmf-dist/doc/latex/csvsimple/README @@ -1,4 +1,4 @@ -%% The LaTeX package csvsimple - version 1.10 (2014/07/07) +%% The LaTeX package csvsimple - version 1.11 (2014/07/08) %% %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2008-2014 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de> @@ -37,6 +37,7 @@ Contents of the package 'gradesort.xml' csvsorter configuration file (example) 'matriculationsort.xml' csvsorter configuration file (example) 'namesort.xml' csvsorter configuration file (example) + 'transform.xml' csvsorter configuration file (example) Installation ============ diff --git a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf Binary files differindex 0fefb4f6003..02c9035c7e8 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf +++ b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf diff --git a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex index 4f2c263abad..a84946f42cd 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex +++ b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex @@ -1,4 +1,4 @@ -%% The LaTeX package csvsimple - version 1.10 (2014/07/07) +%% The LaTeX package csvsimple - version 1.11 (2014/07/08) %% csvsimple-example.tex: an example for csvsimple %% %% ------------------------------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/csvsimple/csvsimple.pdf b/Master/texmf-dist/doc/latex/csvsimple/csvsimple.pdf Binary files differindex 6745314a8e8..fdf46bb7eb7 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/csvsimple.pdf +++ b/Master/texmf-dist/doc/latex/csvsimple/csvsimple.pdf diff --git a/Master/texmf-dist/doc/latex/csvsimple/csvsimple.tex b/Master/texmf-dist/doc/latex/csvsimple/csvsimple.tex index 08dfd1f648f..f68ab25177d 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/csvsimple.tex +++ b/Master/texmf-dist/doc/latex/csvsimple/csvsimple.tex @@ -1,5 +1,5 @@ % \LaTeX-Main\ -%% The LaTeX package csvsimple - version 1.10 (2014/07/07) +%% The LaTeX package csvsimple - version 1.11 (2014/07/08) %% csvsimple.tex: Manual %% %% ------------------------------------------------------------------------------------------- @@ -111,8 +111,8 @@ pdfkeywords={csv file, comma separated values, key value syntax} } -\def\version{1.10}% -\def\datum{2014/07/07}% +\def\version{1.11}% +\def\datum{2014/07/08}% \makeindex |