me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xetex-itrans.

* gnu/packages/tex.scm (texlive-xetex-itrans): New variable.
Nicolas Goaziou 2023-06-19 15:56:19 +02:00
parent 5ec1ac2194
commit 749e4be61a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions
gnu/packages

View File

@ -7399,6 +7399,26 @@ The package is a reimplementation of the @code{spotcolor} package for use with
XeLaTeX. As such, it has the same user interface and the same capabilities.") XeLaTeX. As such, it has the same user interface and the same capabilities.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-xetex-itrans
(package
(name "texlive-xetex-itrans")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/xetex-itrans/"
"fonts/misc/xetex/fontmapping/xetex-itrans/")
(base32
"1chx2s0p6y5p767cr23jh9x61axjrdnyc5lcvf7kyrg74cszsmql")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xetex-itrans")
(synopsis "Itrans input maps for use with XeLaTeX")
(description
"The package provides maps for use with XeLaTeX with coding done using
@code{itrans}. Fontspec maps are provided for Devanagari (Sanskrit), for
Sanskrit in Kannada and for Kannada itself.")
(license license:lppl1.3+)))
(define-public texlive-currfile (define-public texlive-currfile
(package (package
(name "texlive-currfile") (name "texlive-currfile")