mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-xepersian-hm.
* gnu/packages/tex.scm (texlive-xepersian-hm): New variable.
This commit is contained in:
parent
1946ae406f
commit
d60cfd21c9
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue