2024-02-03 05:36:06 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-csvsimple{,-doc}: update to 2.6.0
2.6.0
### Added
- `consume collected data`
- `\csvcollecte` (replacement for `\csvcollectx`)
- New CamelCase macro names for several existing string and number test macros
to adapt expl3 naming conventions
- `\IfCsvsimStrEqualTF`
- `\IfCsvsimTlEqualTF`
- `\IfCsvsimTlProtectedEqualTF`
- `\IfCsvsimFpCompareTF`
- `\IfCsvsimIntCompareTF`
### Changed
- Default settings for `\csvautotabularray` and friends slightly changed
(line width and added uppercase setting)
- In documentation for `collect data`, `after first line` is
added to the list of collected keys
- Expl3 scratch variables like `\l_tmpa_tl` replaced by package variables like
`\l__csvsim_tmpa_tl`
- Implementation of `\csvexpval` changed from `\exp_not:V` to `\exp_not:o`
- Implementation of `data collection` changed to piecewise token list constructions
- Implementation of `generic collected table` does not alter `after reading` anymore
- Implementation of `\ifcsvstrcmp` and `\ifcsvstrequal` changed
- Documentation of Section "String and Number Tests" updated
- Leading `/` removed from all l3keys inside the documentation
- `l3keys2e` removed from `csvsimple.sty` and code adapted
- Needed LaTeX version updated to 2023-11-01
- Several minor changes
2.5.0
### Added
- New survey tables:
- `\csvautotabularray`
- `\csvautotabularray*`
- `\csvautolongtabularray`
- `\csvautolongtabularray*`
- New corresponding options
- `autotabularray`
- `autotabularray*`
- `autolongtabularray`
- `autolongtabularray*`
### Changed
- Documentation typos fixed
- Survey tables moved into a separate section
### Fixed
- `collect data` does not collect `after first line`
|
2023-06-11 07:40:42 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-csvsimple{,-doc}: update to 2.4.0
### Added
- New additive filter options
- `and filter bool`
- `and filter fp`
- `and filter strcmp`
- `and filter not strcmp`
- `or filter bool`
- `or filter fp`
- `or filter strcmp`
- `or filter not strcmp`
- Hook `csvsimple/csvline` added with example for
doublequote replacement
- Option setting `separator = space`
### Changed
- The content of `range` is now expanded before processing it
- Implementation of `filter bool`, `filter fp`, `filter strcmp`,
`filter not strcmp`
|
2023-04-01 12:45:45 by Mark Davies | Files touched by this commit (4) | |
Log message:
tex-csvsimple{,-doc}: update to 2.3.2
### Fixed
- The `\ifcsvfirstrow` command doesn't work
|
2022-09-01 12:21:01 by Mark Davies | Files touched by this commit (5) | |
Log message:
tex-csvsimple{,-doc}: update to 2.3.1
- Documentation: placeholder names corrected
- Use built-in constants instead of integers for boolexpr
|
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
|