gnu: Add texlive-bbding.

* gnu/packages/tex.scm (texlive-bbding): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 10:58:46 +02:00
parent ba6e53cb35
commit 69632d78c2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3844,6 +3844,30 @@ (define-public texlive-basque-date
issues of numbers in Basque.")
(license license:lppl1.2+)))
(define-public texlive-bbding
(package
(name "texlive-bbding")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bbding/"
"fonts/source/public/bbding/"
"fonts/tfm/public/bbding/"
"source/latex/bbding/" "tex/latex/bbding/")
(base32
"0l507nxnnh880h5kg8q0ww6sl93k441l0lsplr5ldrngxvx1vrsc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/bbding")
(synopsis "Symbol (dingbat) font and LaTeX macros for its use")
(description
"This package provides a symbol font (distributed as Metafont source)
that contains many of the symbols of the Zapf dingbats set, together with an
NFSS interface for using the font. An Adobe Type 1 version of the fonts is
available in the @code{niceframe} fonts bundle.")
(license license:lppl)))
(define-public texlive-bclogo
(package
(name "texlive-bclogo")