diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-05 23:11:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-05 23:11:10 +0000 |
commit | c0b9af36db8284d6374f2143de97843fdb003be0 (patch) | |
tree | 9db3e9fb3b0522273c1f68cb7e4ab2dfd3255678 /Master/texmf-dist/tex/latex/csvsimple | |
parent | 140f4b57375334c908ad0cf2e96697fe95aafb31 (diff) |
csvsimple (5nov11)
git-svn-id: svn://tug.org/texlive/trunk@24515 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, 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 |