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