diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty b/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty index f7f4dc39cd6..67f48ed1692 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.02 (2011/04/04) +%% The LaTeX package csvsimple - version 1.03 (2011/11/04) %% csvsimple.sty: Simple LaTeX CSV file processing %% %% ------------------------------------------------------------------------------------------- -%% Copyright (c) 2008-2010 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de> +%% Copyright (c) 2008-2011 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,7 +18,7 @@ %% This work consists of all files listed in README %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{csvsimple}[2011/04/04 version 1.02 LaTeX CSV file processing] +\ProvidesPackage{csvsimple}[2011/11/04 version 1.03 LaTeX CSV file processing] \RequirePackage{pgfkeys,ifthen} @@ -182,6 +182,8 @@ \stepcounter{csvinputline}% } +\let\csv@par=\par + % reads and processes a CSV file \def\csvloop#1{% % reset @@ -224,7 +226,7 @@ \global\let\csv@next=\csv@empty% \else% \global\let\csv@next=\csv@iterate% - \if\par\csvline\relax% + \if\csv@par\csvline\relax% \else% \csv@escanline{\csvline}% % check and decide |