gnu: Add texlive-cormorantgaramond.

* gnu/packages/tex.scm (texlive-cormorantgaramond): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 11:59:19 +02:00
parent 676194b2dc
commit 5cafb140c8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9011,6 +9011,33 @@ (define-public texlive-cooperhewitt
modified-geometric curves and arches, by Chester Jenkins.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-cormorantgaramond
(package
(name "texlive-cormorantgaramond")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/cormorantgaramond/"
"fonts/enc/dvips/cormorantgaramond/"
"fonts/map/dvips/cormorantgaramond/"
"fonts/tfm/catharsis/cormorantgaramond/"
"fonts/truetype/catharsis/cormorantgaramond/"
"fonts/type1/catharsis/cormorantgaramond/"
"fonts/vf/catharsis/cormorantgaramond/"
"tex/latex/cormorantgaramond/")
(base32
"0sd4g4s3d3nk4wrav3szzbihdj6saznnzm6kiyr4qqqgi5ib3ami")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cormorantgaramond")
(synopsis "Cormorant Garamond family of fonts")
(description
"This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
the Cormorant Garamond family of fonts, designed by Christian Thalman. The
family includes light, regular, medium, semi-bold, and bold weights, with
italics.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-correctmathalign
(package
(name "texlive-correctmathalign")