This package browser is in early development. Mind the rough edges.

texlive-lualatex-math 2025.2

Fixes for mathematics-related LuaLaTeX issues

The package patches a few commands of the LaTeX2e kernel and the amsmath and mathtools packages to be more compatible with the LuaTeX engine. It is only meaningful for LuaLaTeX documents containing mathematical formulas, and does not exhibit any new functionality. The fixes are mostly moved from the unicode-math package to this package since they are not directly related to Unicode mathematics typesetting.

Installation

Install texlive-lualatex-math 2025.2 as follows:

guix install texlive-lualatex-math@2025.2

Or install the latest version:

guix install texlive-lualatex-math

The texlive-lualatex-math 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-lualatex-math: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.