gnu: Add texlive-adfsymbols.

* gnu/packages/tex.scm (texlive-adfsymbols): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 10:42:49 +02:00
parent 05c6520305
commit 2b95055e2c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1508,6 +1508,30 @@ (define-public texlive-adforn
with TeX and LaTeX support files.")
(license (list license:lppl license:gpl2+))))
(define-public texlive-adfsymbols
(package
(name "texlive-adfsymbols")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/adfsymbols/"
"fonts/afm/arkandis/adfsymbols/"
"fonts/enc/dvips/adfsymbols/"
"fonts/map/dvips/adfsymbols/"
"fonts/tfm/arkandis/adfsymbols/"
"fonts/type1/arkandis/adfsymbols/"
"tex/latex/adfsymbols/")
(base32
"188is31d2zcd8kk339x4wvhhm98gbfkvq6pi25d9mva4vz3w1vf5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/adfsymbols")
(synopsis "SymbolsADF with TeX and LaTeX support")
(description
"The package provides Arkandis foundry's ArrowsADF and BulletsADF fonts
in Adobe Type 1 format, together with TeX and LaTeX support files.")
(license (list license:lppl license:gpl2))))
(define-public texlive-adhocfilelist
(package
(name "texlive-adhocfilelist")