me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dingbat.

* gnu/packages/tex.scm (texlive-dingbat): New variable.
Nicolas Goaziou 2023-08-21 12:07:41 +02:00
parent 985a088b7a
commit 0502d12d3a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -9878,6 +9878,30 @@ package makes the symbols accessible as LaTeX commands.")
@code{natbib}.")
(license license:knuth)))
(define-public texlive-dingbat
(package
(name "texlive-dingbat")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/dingbat/"
"fonts/source/public/dingbat/"
"fonts/tfm/public/dingbat/"
"source/latex/dingbat/" "tex/latex/dingbat/")
(base32
"12vhykmz1xzvrdzp61qy0q69fnxjjvc9m8v8kras92v49f6m4z7a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(native-inputs (list texlive-metafont))
(home-page "https://ctan.org/pkg/dingbat")
(synopsis "Two dingbat symbol fonts")
(description
"The package provides the fonts (@code{ark10} and @code{dingbat}),
specified in Metafont; support macros are also provided for use in LaTeX. An
Adobe Type 1 version of the fonts is available in the @code{niceframe} fonts
bundle.")
(license license:lppl)))
(define-public texlive-diffcoeff
(package
(name "texlive-diffcoeff")