summaryrefslogtreecommitdiff
path: root/print/tex-etoc-doc
AgeCommit message (Collapse)AuthorFilesLines
2022-04-08tex-etoc{,-doc}: update to 1.09emarkd2-7/+7
Needed (if etoc is used without hyperref) updates to internal macros to prepare for the upcoming LaTeX November 2021 change to \contentsline. Related updates to the user macro \etoctoccontentsline.
2021-10-26print: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07print: Remove SHA1 hashes for distfilesnia1-2/+1
2021-02-20tex-etoc{,-doc}: update to 1.09cmarkd2-8/+8
Syncs with KOMA-script deprecation of \iftocfeature.
2020-05-01tex-[efg]*: update to texlive 2020 versionsmarkd3-10/+38
tex-endnotes{,-doc} to 2020 tex-epigraph{,-doc} to 1.5e tex-eplain{,-doc} to 3.9.54498 tex-etoc{,-doc} to 1.09b tex-europecv{,-doc} to 2020 tex-fancyvrb{,-doc} to 3.5 tex-filecontents{,-doc} to 1.5 tex-filehook{,-doc} to 0.7 tex-fmtcount{,-doc} to 3.07 tex-fncylab{,-doc} to 1.1 tex-footnotehyper{,-doc} to 1.1a tex-geometry{,-doc} to 5.9 tex-glossaries{,-doc} to 4.46 tex-graphics{,-doc} to 1.4a tex-graphics-def{,-doc} to 2020
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
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-06tex-*: add TEXLIVE_UNVERSIONED=yesmarkd1-1/+2
2019-05-11tex-etoc{,-doc}: update to 1.09markd2-8/+8
New features: \etoclocaltop, \localtableofcontentswithrelativedepth. Note to hackers: internal control sequence \Etoc at localtop is gone.
2019-01-22tex-etoc{,-doc}: Add version 1.08pmarkd4-0/+24
The package gives the user complete control of how the entries of the table of contents should be constituted from the name, number, and page number of each sectioning unit. The layout is controlled by the definition of 'line styles' for each sectioning level used in the document. The package provides its own custom line styles (which may be used as examples), and continues to support the standard formatting inherited from the LaTeX document classes, but the package can also allow the user to delegate the details to packages dealing with list making environments (such as enumitem). The package's default global style typesets tables of contents in a multi-column format, with either a standard heading, or a ruled title (optionally with a frame around the table). The \tableofcontents command may be used arbitrarily many times in the same document, while \localtableofcontents provides a 'local' table of contents.