Path to this page:
./
textproc/tex-csvsimple,
Simple CSV file processing
Branch: CURRENT,
Version: 2.3.0,
Package name: tex-csvsimple-2.3.0,
Maintainer: pkgsrc-usersThe 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 is especially supported;
however, this lightweight tool offers no support for data
sorting or data base storage.
Required to run:[
print/tex-pgf] [
print/kpathsea] [
print/tex-latex] [
print/tex-tools] [
devel/tex-etoolbox]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2022-04-09) Updated to version: tex-csvsimple-2.3.0
- (2019-05-14) Updated to version: tex-csvsimple-1.21
- (2017-11-23) Package has been reborn
- (2017-09-09) Package added to pkgsrc.se, version tex-csvsimple-1.20 (created)
CVS history: (Expand)
2022-04-08 22:55:02 by Mark Davies | Files touched by this commit (6) |  |
Log message:
tex-csvsimple{,-doc}: update to 2.3.0
2.3.0
### Added
- Option `column names detection`
- Documentation: csvautotabular inspired example for tabularray.
### Changed
- `\csvlinetotablerow` changed to be expandable and to be
usable inside a *Data Collection*
- Options `autotabular`, `autobooktabular`, `autolongtable`,
`autobooklongtable` use `column names detection=false` now.
2.2.1
### Fixed
- Option `late after first line` ignored for `csvsimple-l3`
2.2.0
### Added
- Configurable usage of tabular-like environments
- Option `table centered`
- Option `generic table`
- Option `generic collected table`
- Option `generic table options`
### Changed
- The implementation of all tabular-like environments uses the new
generic environments now internally. Should be unnoticeable for a user.
### Fixed
- documentation typo correction and small improvents
- Option `long tabularray`
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-12-06 20:04:14 by Mark Davies | Files touched by this commit (13) |
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
|
2019-05-13 23:09:30 by Mark Davies | Files touched by this commit (4) |  |
Log message:
tex-csvsimple{,-doc}: update to 1.21
- spurious blank in sorting code removed
- package 'pgfrcs' added as required package
- introduction augmented with additional hints for first time users
|
2017-09-09 00:23:05 by Mark Davies | Files touched by this commit (8) |
Log message:
Add tex-csvsimple{,-doc} 1.20
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 is especially supported;
however, this lightweight tool offers no support for data
sorting or data base storage.
|