gnu: Add texlive-xepersian-hm.

* gnu/packages/tex.scm (texlive-xepersian-hm): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 19:33:50 +02:00
parent 1946ae406f
commit d60cfd21c9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22557,6 +22557,27 @@ (define-public texlive-xepersian
English texts in LaTeX, using the XeTeX engine.")
(license license:lppl1.3c)))
(define-public texlive-xepersian-hm
(package
(name "texlive-xepersian-hm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/xepersian-hm/"
"source/xelatex/xepersian-hm/"
"tex/xelatex/xepersian-hm/")
(base32
"0lq5bam9vx2phwphy2ig9hygsz4vvz4bx2c6f87my84kp8n3w25n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xepersian-hm")
(synopsis "Fixes kashida feature in XePersian package")
(description
"The kashida feature in XePersian has problems with some fonts such as
the HM Series fonts and the XB Series fonts. This package fixes these
problems.")
(license license:lppl1.3c)))
(define-public texlive-xindex
(package
(name "texlive-xindex")