gnu: Add texlive-texnegar.

* gnu/packages/tex.scm (texlive-texnegar): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 19:32:00 +02:00
parent 0c1408bef3
commit 5c2d76397d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20560,6 +20560,28 @@ (define-public texlive-texlogsieve
a summary report.")
(license license:gpl3+)))
(define-public texlive-texnegar
(package
(name "texlive-texnegar")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/texnegar/"
"source/latex/texnegar/"
"tex/latex/texnegar/")
(base32
"0rza5bmn7cm85aznnffpmfv6b8776jxkpfwhs0y04f83sdjapw63")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/texnegar")
(synopsis "Kashida justification in XeLaTeX and LuaLaTeX")
(description
"In some cursive scripts such as Persian or Arabic, kashida is used to
create justification. In this type of justification characters are elongated
rather than expanding spaces between words. This package extends the kashida
justification to be used with the LuaTeX engine.")
(license license:lppl1.3c)))
(define-public texlive-texosquery
(package
(name "texlive-texosquery")