gnu: Add texlive-xepersian.

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

View file

@ -22536,6 +22536,27 @@ (define-public texlive-worldflags
of a flag (size, frame etc.) can be adapted using optional parameters.")
(license license:lppl1.3+)))
(define-public texlive-xepersian
(package
(name "texlive-xepersian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/xepersian/"
"fonts/misc/xetex/fontmapping/xepersian/"
"source/xelatex/xepersian/"
"tex/xelatex/xepersian/")
(base32
"1h6nicajnvrrr72yixcdzcwdck82qa3zv2k2k6q5xprsf9sz8yly")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xepersian")
(synopsis "Persian for LaTeX, using XeTeX")
(description
"This package provides a convenient interface for typesetting Persian and
English texts in LaTeX, using the XeTeX engine.")
(license license:lppl1.3c)))
(define-public texlive-xindex
(package
(name "texlive-xindex")