gnu: Add texlive-dad.

* gnu/packages/tex.scm (texlive-dad): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 19:18:40 +02:00
parent 6cc0ebd344
commit 421e7e0537
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4276,6 +4276,34 @@ (define-public texlive-cweb-old
"This package contains parts of CWEB that are no longer useful.")
(license license:knuth)))
(define-public texlive-dad
(package
(name "texlive-dad")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/dad/"
"fonts/afm/public/dad/"
"fonts/map/dvips/dad/"
"fonts/ofm/public/dad/"
"fonts/ovf/public/dad/"
"fonts/tfm/public/dad/"
"fonts/type1/public/dad/"
"tex/lualatex/dad/")
(base32
"0mkfhdai5m1fwj9x0rkpklvcrp3synfxl67dp6cb0bfz3w8nmis0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dad")
(synopsis "Simple typesetting system for mixed Arabic/Latin documents")
(description
"This package allows simple typesetting in Arabic script, intended for
mixed Arabic/Latin script usage in situations where heavy-duty solutions are
discouraged. The system operates with both Unicode and transliterated input,
allowing the user to choose the most appropriate approach for every
situation.")
(license license:lppl)))
(define-public texlive-decision-table
(package
(name "texlive-decision-table")