From ffbaf710abc1967f2ec343d8fc54ec90b982f277 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 5 May 2019 18:07:04 +0000 Subject: csvsimple (9apr19) git-svn-id: svn://tug.org/texlive/trunk@51010 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/csvsimple') 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 +%% Copyright (c) 2008-2019 by Prof. Dr. Dr. Thomas F. Sturm %% ------------------------------------------------------------------------------------------- %% %% 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{} + \typeout{}% \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% -- cgit v1.2.3