texlive-cm-unicode 2025.2
Computer Modern Unicode font family
This package provides Computer Modern Unicode fonts. Some characters in several fonts are copied from Blue Sky Type 1 fonts released by AMS. Currently the fonts contain glyphs from Latin, Cyrillic, Greek code sets and IPA extensions. This font set contains 33 fonts. This archive contains AFM, PFB and OTF versions; the OTF version of the Computer Modern Unicode fonts works with TeX engines that directly support OpenType features, such as XeTeX and LuaTeX.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/cm-unicode
- Licenses: SIL OFL 1.1
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-cm-unicode 2025.2
as follows:
guix install texlive-cm-unicode@2025.2
Or install the latest version:
guix install texlive-cm-unicode
The texlive-cm-unicode
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-cm-unicode: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.