Directory macros/latex/contrib/csvsimple
The LaTeX package csvsimple - version 2.7.0 (2024/09/27)
Copyright (c) 2008-2024 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.md
csvsimple
provides a simple LaTeX interface for the processing of files with comma separated values (CSV). csvsimple
relies heavily on a key value syntax which results 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.md
this fileCHANGES.md
log of changes (history)csvsimple.sty
LaTeX package file (style file)csvsimple-l3.sty
LaTeX package file (style file)csvsimple-legacy.sty
LaTeX package file (style file)csvsimple.pdf
Documentation for csvsimplecsvsimple-l3.pdf
Documentation for csvsimple (LaTeX3)csvsimple-legacy.pdf
Documentation for csvsimple (Legacy)csvsimple.tex
Source code of the documentationcsvsimple-l3.tex
Source code of the documentationcsvsimple-legacy.tex
Source code of the documentationcsvsimple-doc.sty
Source code of the documentationcsvsimple-title.png
Picture for the documentationcsvsimple-example.tex
Example file for package usagecsvsimple-example.csv
CSV file as part of the examplecsvsimple-example.pdf
Compiled exampleamountsort.xml
csvsorter configuration file (example)catsort.xml
csvsorter configuration file (example)encoding.xml
csvsorter configuration file (example)gradesort.xml
csvsorter configuration file (example)matriculationsort.xml
csvsorter configuration file (example)namesort.xml
csvsorter configuration file (example)transform.xml
csvsorter configuration file (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/csvsimplecsvsimple-l3.sty
-> /tex/latex/csvsimplecsvsimple-legacy.sty
-> /tex/latex/csvsimple- all other files -> /doc/latex/csvsimple
Download the contents of this package in one zip archive (2.1M).
csvsimple – Simple CSV file processing
The package provides a simple LaTeX interface for the processing of files with comma separated values (CSV); it relies on the key value syntax supported by pgfkeys to simplify usage.
Filtering and table generation are especially supported; however, this lightweight tool offers no support for data sorting or data base storage.
The package depends on etoolbox, ifthen, pgfrcs, pgfkeys, and shellesc.
Package | csvsimple |
Version | 2.7.0 2024-09-27 |
Licenses | The LaTeX Project Public License 1.3 |
Copyright | 2008–2024 Thomas F. Sturm |
Maintainer | Thomas F. Sturm |
TDS archive | csvsimple.tds.zip |
Contained in | TeX Live as csvsimple MiKTeX as csvsimple |
Topics | Data display CSV support Experimental LaTeX3 Data import |
See also | csvtools datatool |