From 1d6b73492f5dbd29e3ab705bf308b952991dbb04 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 10 Nov 2010 23:55:51 +0000 Subject: csvsimple (10nov10) git-svn-id: svn://tug.org/texlive/trunk@20398 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/csvsimple/CHANGES | 49 ++++++++++++--------- Master/texmf-dist/doc/latex/csvsimple/README | 2 +- .../doc/latex/csvsimple/csvsimple-example.pdf | Bin 72286 -> 72286 bytes .../doc/latex/csvsimple/csvsimple-example.tex | 2 +- .../texmf-dist/doc/latex/csvsimple/csvsimple.pdf | Bin 558334 -> 565738 bytes .../texmf-dist/tex/latex/csvsimple/csvsimple.sty | 23 +++++++--- 6 files changed, 45 insertions(+), 31 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/csvsimple/CHANGES b/Master/texmf-dist/doc/latex/csvsimple/CHANGES index 7a6694d7ad0..046890a08bf 100644 --- a/Master/texmf-dist/doc/latex/csvsimple/CHANGES +++ b/Master/texmf-dist/doc/latex/csvsimple/CHANGES @@ -1,22 +1,27 @@ -%% The LaTeX package csvsimple - version 1.00 (2010/07/28) -%% -%% ------------------------------------------------------------------------------------------- -%% Copyright (c) 2008-2010 by Prof. Dr. Dr. Thomas F. Sturm -%% ------------------------------------------------------------------------------------------- -%% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3 -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. -%% -%% This work has the LPPL maintenance status `author-maintained'. -%% -%% This work consists of all files listed in README -%% - -version 1.00 (2010/07/28): initial public release - - +%% The LaTeX package csvsimple - version 1.01 (2010/11/10) +%% +%% ------------------------------------------------------------------------------------------- +%% Copyright (c) 2008-2010 by Prof. Dr. Dr. Thomas F. Sturm +%% ------------------------------------------------------------------------------------------- +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% This work has the LPPL maintenance status `author-maintained'. +%% +%% This work consists of all files listed in README +%% + +version 1.00 (2010/07/28): initial public release + +version 1.01 (2010/11/10): +- Documention of some keys clarified +- new key: after first line +- new key: late after first line +- new example for key evaluation in the documentation + diff --git a/Master/texmf-dist/doc/latex/csvsimple/README b/Master/texmf-dist/doc/latex/csvsimple/README index 926041a293d..99e8d2da7f7 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.00 (2010/07/28) +%% The LaTeX package csvsimple - version 1.01 (2010/11/10) %% %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2008-2010 by Prof. Dr. Dr. Thomas F. Sturm diff --git a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf index 976a3ef6c9f..44fd138c785 100644 Binary files a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf and b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex index 0b890d8f0f8..a241eb1d0cd 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.00 (2010/07/28) +%% The LaTeX package csvsimple - version 1.01 (2010/11/10) %% 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 index 28282e57d51..63279a49c2f 100644 Binary files a/Master/texmf-dist/doc/latex/csvsimple/csvsimple.pdf and b/Master/texmf-dist/doc/latex/csvsimple/csvsimple.pdf differ diff --git a/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty b/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty index fb045fc9fa6..98459c5a6c4 100644 --- a/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty +++ b/Master/texmf-dist/tex/latex/csvsimple/csvsimple.sty @@ -1,4 +1,4 @@ -%% The LaTeX package csvsimple - version 1.00 (2010/07/28) +%% The LaTeX package csvsimple - version 1.01 (2010/11/10) %% csvsimple.sty: Simple LaTeX CSV file processing %% %% ------------------------------------------------------------------------------------------- @@ -18,7 +18,7 @@ %% This work consists of all files listed in README %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{csvsimple}[2010/07/28 version 1.00 LaTeX CSV file processing] +\ProvidesPackage{csvsimple}[2010/11/10 version 1.01 LaTeX CSV file processing] \RequirePackage{pgfkeys,ifthen} @@ -166,7 +166,7 @@ \csv@do@latepostline% \csv@do@preline% \csv@body% - \csv@postline% + \csv@do@postline% } \gdef\csvreadnext{% @@ -196,9 +196,17 @@ \csv@prefirstline% \global\let\csv@do@preline=\csv@preline% }% + \gdef\csv@do@postline{% + \csv@postfirstline% + \global\let\csv@do@postline=\csv@postline% + }% + \gdef\csv@do@@latepostline{% + \csv@latepostfirstline% + \global\let\csv@do@latepostline=\csv@latepostline% + }% \gdef\csv@do@latepostline{% \csv@lateposthead% - \global\let\csv@do@latepostline=\csv@latepostline% + \global\let\csv@do@latepostline=\csv@do@@latepostline% }% % command for the reading loop \gdef\csv@iterate{% @@ -277,9 +285,11 @@ before filter/.gstore in=\csv@prefiltercommand, before first line/.gstore in=\csv@prefirstline, before line/.code={\gdef\csv@preline{#1}\pgfkeysalso{before first line=#1}}, - after line/.gstore in=\csv@postline, + after first line/.gstore in=\csv@postfirstline, + after line/.code={\gdef\csv@postline{#1}\pgfkeysalso{after first line=#1}}, + late after first line/.gstore in=\csv@latepostfirstline, late after last line/.gstore in=\csv@latepostlastline, - late after line/.code={\gdef\csv@latepostline{#1}\pgfkeysalso{late after last line=#1}}, + late after line/.code={\gdef\csv@latepostline{#1}\pgfkeysalso{late after first line=#1,late after last line=#1}}, after head/.gstore in=\csv@posthead, late after head/.gstore in=\csv@lateposthead, before reading/.gstore in=\csv@prereading, @@ -301,7 +311,6 @@ before line=, after line=, late after line=, - late after last line=, after head=, late after head=, before reading=, -- cgit v1.2.3