./print/tex-listofitems, Grab items in lists using user-specified sep char

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.65, Package name: tex-listofitems-1.65, Maintainer: pkgsrc-users

This simple package is designed to read a list of items whose
parsing character may be selected by the user. Once the list is
read, its items are stored in a structure that behaves as a
dimensioned array. As such, it becomes very easy to access an
item in the list by its number. For example, if the list is
stored in the macro \foo, the item #3 is designated by \foo[3].
A component may, in turn, be a list with a parsing delimiter
different from the parent list, paving the way for nesting and
employing a syntax reminiscent of an array of several
dimensions of the type \foo[3,2] to access the item #2 of the
list contained within the item #3 of the top-tier list.


Required to run:
[print/kpathsea]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-03-20 11:40:03 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-listofitems{,-doc}: update to 1.65

- bug fix in \defpair
   2024-02-18 11:16:09 by Mark Davies | Files touched by this commit (6) | Package updated
Log message:
tex-listofitems{,-doc}:update to 1.64

- bugfix in \readlist_h
- bugfix in \loi_normalizeindex
- \expanded is required
- listofitems.tex is UTF8 encoded,
  manuals comiled with luaLaTeX
- code better formatted
   2021-10-26 13:15:15 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:52:04 by Nia Alarie | Files touched by this commit (1670)
Log message:
print: Remove SHA1 hashes for distfiles
   2020-05-03 13:57:37 by Mark Davies | Files touched by this commit (110) | Package updated
Log message:
tex-[h-s]*: update to texlive 2020 versions

tex-hyperref{,-doc} to 7.00d
tex-jsclasses to 2020
tex-kotex-oblivoir to 2.2.1
tex-latexconfig to 2020
tex-lettrine{,-doc} to 2.23
tex-listings{,-doc} to 1.8d
tex-listofitems{,-doc} to 1.63
tex-moderncv{,-doc} to 2.0.0.52669
tex-ocgx2{,-doc} to 0.48
tex-overpic to 1.3
tex-parskip{,-doc} to 2.0d
tex-pdfpages{,-doc} to 0.5q
tex-pdftex{,-doc} to 2020
tex-pgf{,-doc} to 3.1.5b
tex-pgfplots{,-doc} to 1.17
tex-pict2e{,-doc} to 0.3c
tex-platex{,-doc} to 2020
tex-polyglossia{,-doc} to 1.49
tex-preview{,-doc} to 12.2
tex-ptex-base{,-doc} to 2020
tex-schwalbe-chess{,-doc} to 2.7
tex-siunitx{,-doc} to 2.8b
tex-snapshot{,-doc} to 2.13
tex-subfiles{,-doc} to 1.6
tex-supertabular to 4.1g
tex-latex-base-dev{,-doc} version 20201001pre5
   2019-12-06 21:22:05 by Mark Davies | Files touched by this commit (372)
Log message:
tex-*: add TEXLIVE_UNVERSIONED=yes
   2019-08-04 06:35:35 by Mark Davies | Files touched by this commit (5) | Package updated
Log message:
tex-listofitems{,-doc}: update to 1.62

- replacement of \romannumeral trick by \expanded primitive. Therefore,
  this version requires a TeX engine providing \expanded primitive.
- bugfix in \loi_ifcsexpandable.
   2019-05-12 00:35:14 by Mark Davies | Files touched by this commit (4) | Package updated
Log message:
tex-listofitems{,-doc}: update to 1.61

bugfix in \loi_ifcs