texlive-amsmath 2025.2
AMS mathematical facilities for LaTeX
This is the principal package in the AMS-LaTeX distribution. It adapts for use in LaTeX most of the mathematical features found in AMS-TeX; it is highly recommended as an adjunct to serious mathematical typesetting in LaTeX. When amsmath is loaded, AMS-LaTeX packages amsbsy
(for bold symbols), amsopn
(for operator names) and amstext
(for text embedded in mathematics) are also loaded. This package is part of the LaTeX required distribution; however, several contributed packages add still further to its appeal; examples are empheq
, which provides functions for decorating and highlighting mathematics, and ntheorem
, for specifying theorem (and similar) definitions.
- Outputs:
doc
,out
- Website: https://www.ctan.org/pkg/amsmath
- Licenses: LPPL 1.3c+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-amsmath 2025.2
as follows:
guix install texlive-amsmath@2025.2
Or install the latest version:
guix install texlive-amsmath
The texlive-amsmath
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-amsmath: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.