gnu: Add texlive-bookman.

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

View file

@ -6153,6 +6153,32 @@ (define-public texlive-appendix
(define-deprecated-package texlive-latex-appendix texlive-appendix)
(define-public texlive-bookman
(package
(name "texlive-bookman")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "dvips/bookman/"
"fonts/afm/adobe/bookman/"
"fonts/afm/urw/bookman/"
"fonts/map/dvips/bookman/"
"fonts/tfm/adobe/bookman/"
"fonts/tfm/urw35vf/bookman/"
"fonts/type1/urw/bookman/"
"fonts/vf/adobe/bookman/"
"fonts/vf/urw35vf/bookman/"
"tex/latex/bookman/")
(base32
"12wkjwpzxn1a1k3bb41gpnky1jjsh7gzj4xahsjd087fpmrsj9p9")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/urw-base35")
(synopsis "Replacement for Adobe's Bookman font")
(description
"This package provides a drop-in replacement for the Bookman font from
Adobe's basic set")
(license license:gpl3+)))
(define-public texlive-bookmark
(package
(name "texlive-bookmark")