texlive-listofsymbols 2025.2
Create and manipulate lists of symbols
Listofsymbols provides commands to automatically create a list of symbols (also called notation or nomenclature), and to handle symbols logically, i.e., define a macro that is expanded to the desired output and use the macro in the text rather than hard-coding the output into the text. This helps to ensure consistency throughout the text, especially if there is a chance that symbols will be changed at some stage. The package is more or less a combination of what the packages nomencl
and formula
do. The concept of creating the list of symbols, though, is different from the way nomencl.sty
does it.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/listofsymbols
- Licenses: LPPL (any version)
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-listofsymbols 2025.2
as follows:
guix install texlive-listofsymbols@2025.2
Or install the latest version:
guix install texlive-listofsymbols
The texlive-listofsymbols
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-listofsymbols: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.