texlive-listofsymbols
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.
- Versions: 2025.2
- 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 the latest version of texlive-listofsymbols
as follows:
guix install texlive-listofsymbols
Or install a particular version:
guix install texlive-listofsymbols@2025.2
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.
Badge code
You can use the following badge to inform users of texlive-listofsymbols about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/texlive-listofsymbols'><img src='https://packages.guix.gnu.org/packages/texlive-listofsymbols/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/texlive-listofsymbols)
Example Org:
[[https://packages.guix.gnu.org/packages/texlive-listofsymbols][https://packages.guix.gnu.org/packages/texlive-listofsymbols/badges/latest-version.svg]]