gnu: Add texlive-urwchancal.

* gnu/packages/tex.scm (texlive-urwchancal): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 13:07:50 +02:00
parent 2efb6281eb
commit 68b6a48420
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -25602,6 +25602,30 @@ (define-public texlive-urlbst
robust rather than pretty.")
(license (list license:gpl2 license:lppl))))
(define-public texlive-urwchancal
(package
(name "texlive-urwchancal")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/urwchancal/"
"fonts/tfm/urw/urwchancal/"
"fonts/vf/urw/urwchancal/"
"tex/latex/urwchancal/")
(base32
"05mwicyb46hjlqpq432z4b3f0q566xplzp1fjiw1ijmns5xhvig9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urwchancal")
(synopsis "Use URW's clone of Zapf Chancery as a maths alphabet")
(description
"The package allows (the URW clone of) Zapf Chancery to function as
a maths alphabet, the target of @code{\\mathcal} or @code{\\mathscr}, with
accents appearing where they should, and other spacing parameters set to
reasonable (not very tight) values. The font itself may be found in the URW
basic fonts collection. This package supersedes the @code{pzccal} package.")
(license license:lppl)))
(define-public texlive-usebib
(package
(name "texlive-usebib")