me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dutchcal.

* gnu/packages/tex.scm (texlive-dutchcal): New variable.
Nicolas Goaziou 2023-08-21 12:10:43 +02:00
parent e3193956b9
commit c3f1822fe9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -10504,6 +10504,30 @@ support is available in the @code{duerer-latex} bundle.")
using their standard fontname names.") using their standard fontname names.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-dutchcal
(package
(name "texlive-dutchcal")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/dutchcal/"
"fonts/afm/public/dutchcal/"
"fonts/map/dvips/dutchcal/"
"fonts/tfm/public/dutchcal/"
"fonts/type1/public/dutchcal/"
"fonts/vf/public/dutchcal/"
"tex/latex/dutchcal/")
(base32
"173c5k6q35ljbqdi00kplxss0n1aiss8nvigdv33mlkqpg7i74qg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dutchcal")
(synopsis "Reworking of ESSTIX13, adding a bold version")
(description
"This package reworks the mathematical calligraphic font ESSTIX13,
adding a bold version. LaTeX support files are included.")
(license license:lppl)))
(define-public texlive-dvgloss (define-public texlive-dvgloss
(package (package
(name "texlive-dvgloss") (name "texlive-dvgloss")