texlive-frenchmath 2025.2
Typesetting mathematics according to French rules
The package provides:
capital letters in roman (upright shape) in mathematical mode according to French rule (can be optionally disabled),
optionally lowercase Greek letters in upright shape,
correct spacing in math mode after commas, before a semicolon and around square brackets,
some useful macros and aliases for symbols used in France such as
\infeg
,\supeg
,\paral
,several macros for writing french operator names like pgcd, ppcm, Card, rg, Vect.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/frenchmath
- Licenses: LPPL 1.3+
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-frenchmath 2025.2
as follows:
guix install texlive-frenchmath@2025.2
Or install the latest version:
guix install texlive-frenchmath
The texlive-frenchmath
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-frenchmath: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.