summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-07-07 23:29:39 +0000
committerKarl Berry <karl@freefriends.org>2014-07-07 23:29:39 +0000
commit246510b2e59e3c0feadbb170cf02b486636c37f7 (patch)
tree96104340f78a47f2d8f8ec559fe8bf2cc4573d4d /Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex
parentdf1900a7553cfb5bcb961d34002ba055e4cfcff9 (diff)
csvsimple (7jul14)
git-svn-id: svn://tug.org/texlive/trunk@34544 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex
index 8680f26f52d..4f2c263abad 100644
--- a/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex
+++ b/Master/texmf-dist/doc/latex/csvsimple/csvsimple-example.tex
@@ -1,8 +1,8 @@
-%% The LaTeX package csvsimple - version 1.07 (2013/09/25)
+%% The LaTeX package csvsimple - version 1.10 (2014/07/07)
%% csvsimple-example.tex: an example for csvsimple
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2008-2011 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2008-2014 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,6 +18,7 @@
%% This work consists of all files listed in README
%%
\documentclass{article}
+\usepackage{array,booktabs}
\usepackage{csvsimple}
\begin{document}
@@ -64,10 +65,10 @@
%----------------------------------------------------------
\section{More filter fun}
-\csvreader[my names, filter=\birthyear<1980, centered tabular=|r|l|l|r|,
- table head=\multicolumn{4}{c}{\bfseries People born before 1980}\\\hline
- \# & Name & Postal address & input line no.\\\hline\hline,
- late after line=\\, late after last line=\\\hline]%
+\csvreader[my names, filter=\birthyear<1980, centered tabular=rllr,
+ table head=\multicolumn{4}{c}{\bfseries People born before 1980}\\\toprule
+ \# & Name & Postal address & input line no.\\\midrule,
+ late after line=\\, late after last line=\\\bottomrule]%
{csvsimple-example.csv}{}{%
\thecsvrow & \givenname\ \surname & \zip\ \address & \thecsvinputline
}