texlive-tocdata 2025.2
Adds names to chapters, sections, figures in the TOC and LOF
The tocdata
package may be used to add a small amount of data to an entry in the table of contents or list of figures, between the section or caption name and the page number. The typical use would be to add the name of an author or artist of a chapter or section, such as in an anthology or a collection of papers. Additionally, user-level macros are provided which add the author's name to a chapter or section, along with an optional prefix and/or suffix, and add to a figure the artist's name, prefix, and suffix, plus optional additional text. Author and artist names are also added to the index. Additional user-level macros control formatting. tocdata
works with the TOC/LOF formatting of the default LaTeX classes, memoir
, koma-script
, and with titletoc
, tocloft
, tocbasic
, and tocstyle
.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/tocdata
- Licenses: LPPL 1.3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-tocdata 2025.2
as follows:
guix install texlive-tocdata@2025.2
Or install the latest version:
guix install texlive-tocdata
The texlive-tocdata
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-tocdata:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.