AZ logo

CTAN directory: /macros/latex/contrib/csvsimple

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
csvsimple Simple CSV file processing.

Files

Name Size* Date UTC Notes
CHANGES 2 KiB 2012-Mar-12
README 2 KiB 2012-Mar-12 Shown below
csvsimple-example.csv 238 bytes 2012-Mar-12
csvsimple-example.pdf 71 KiB 2012-Mar-12
csvsimple-example.tex 4 KiB 2012-Mar-12
csvsimple.pdf 594 KiB 2012-Mar-12
csvsimple.sty 13 KiB 2012-Mar-12
csvsimple.tex 38 KiB 2012-Mar-12

  *File sizes in kibibytes.

Contents of README

%% The LaTeX package csvsimple - version 1.05 (2012/03/12)
%%
%% -------------------------------------------------------------------------------------------
%% Copyright (c) 2008-2012 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% 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
%%

csvsimple provides a simple LaTeX interface for the processing of files with
comma separated values (CSV). csvsimple relies heavily on the key value syntax
from pgfkeys which results (hopefully) in an easy way of usage. Filtering and
table generation is especially supported. Since the package is considered as a
lightweight tool, there is no support for data sorting or data base storage.

Contents of the package
=======================
  'README'                    this file
  'CHANGES'                   log of changes (history)
  'csvsimple.sty'             LaTeX package file (style file)
  'csvsimple.pdf'             Documentation for csvsimple
  'csvsimple.tex'             Source code of the documentation
  'csvsimple-example.tex'     Example file for package usage
  'csvsimple-example.csv'     CSV file as part of the example
  'csvsimple-example.pdf'     Compiled example

Installation
============
Copy the contents of the 'csvsimple.tds.zip' from CTAN to your local TeX file tree.

Alternatively, put the files to their respective locations within the TeX installation:
  'csvsimple.sty'    ->  /tex/latex/csvsimple
  all other files    ->  /doc/latex/csvsimple