gnu: Add texlive-cm-mf-extra-bold.

* gnu/packages/tex.scm (texlive-cm-mf-extra-bold): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 11:55:37 +02:00
parent 218649d59e
commit 09b5fbf8f4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8308,6 +8308,26 @@ (define-public texlive-clrscode3e
will look just like the pseudocode in the text.")
(license license:lppl)))
(define-public texlive-cm-mf-extra-bold
(package
(name "texlive-cm-mf-extra-bold")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "fonts/source/public/cm-mf-extra-bold/"
"fonts/tfm/public/cm-mf-extra-bold/")
(base32
"1l1cm32z8wcpj0cl7czqkhnwil3ail7a2bbzn70dnswpj0ka8k9n")))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/cm-mf-extra-bold")
(synopsis "Extra Metafont files for CM")
(description
"The bundle provides bold versions of @code{cmcsc}, @code{cmex},
@code{cmtex} and @code{cmtt} fonts (all parts of the standard Computer Modern
font distribution), as Metafont base files.")
(license (list license:gpl3+ license:public-domain))))
(define-public texlive-cochineal
(package
(name "texlive-cochineal")