diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-05 18:07:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-05 18:07:04 +0000 |
commit | ffbaf710abc1967f2ec343d8fc54ec90b982f277 (patch) | |
tree | 7e880dad8b83b839fa0f824a5e6f857cfe4185fb /Master/texmf-dist/tex/latex/csvsimple | |
parent | f0cc2d8030038bc728c1d758aaa39da12e0611ee (diff) |
csvsimple (9apr19)
git-svn-id: svn://tug.org/texlive/trunk@51010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csvsimple')
-rw-r--r-- | Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty b/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty index 7ab590e149e..ed4b83b1c37 100644 --- a/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty +++ b/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty @@ -1,8 +1,8 @@ -%% The LaTeX package csvsimple - version 1.20 (2016/07/01) +%% The LaTeX package csvsimple - version 1.21 (2019/04/09) %% csvsimple.sty: Simple LaTeX CSV file processing %% %% ------------------------------------------------------------------------------------------- -%% Copyright (c) 2008-2016 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de> +%% Copyright (c) 2008-2019 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de> %% ------------------------------------------------------------------------------------------- %% %% This work may be distributed and/or modified under the @@ -18,9 +18,9 @@ %% This work consists of all files listed in README %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{csvsimple}[2016/07/01 version 1.20 LaTeX CSV file processing] +\ProvidesPackage{csvsimple}[2019/04/09 version 1.21 LaTeX CSV file processing] -\RequirePackage{pgfkeys,ifthen,etoolbox,shellesc} +\RequirePackage{pgfrcs,pgfkeys,ifthen,etoolbox,shellesc} %---- general @@ -148,7 +148,7 @@ \def\csv@preprocessor@csvsorter#1#2#3{% \begingroup% - \typeout{<sort \csv@passivquotes#2\csv@passivquotes\space by \csv@passivquotes#1\csv@passivquotes>} + \typeout{<sort \csv@passivquotes#2\csv@passivquotes\space by \csv@passivquotes#1\csv@passivquotes>}% \immediate\openout\csv@out=\csv@csvsorter@token% \immediate\write\csv@out{\string\makeatletter\string\csv@error{Call of CSV-Sorter failed! Use '-shell-escape' option or check log file '\csv@csvsorter@log'.}{}}% \immediate\closeout\csv@out% |