gnu: Add texlive-cmextra.

* gnu/packages/tex.scm (texlive-cmextra): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 16:28:03 +02:00
parent b366b66165
commit 4dd8cf8aa3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1523,6 +1523,26 @@ mathematical fonts in a range of styles, based on Monotype Modern 8A.")
(define-deprecated-package texlive-fonts-cm texlive-cm)
(define-public texlive-cmextra
(package
(name "texlive-cmextra")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "fonts/source/public/cmextra/"
"fonts/tfm/public/cmextra/")
(base32
"00my52lh3cn8bn211fpn7373b7khaylx4fgkrd2m72xgaymil308")))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/knuth-local")
(synopsis "Knuth's local information")
(description
"This package provides a collection of experimental programs and
developments based on, or complementary to, the matter in his distribution
directories.")
(license license:public-domain)))
(define-public texlive-cm-lgc
(package
(name "texlive-cm-lgc")