me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xetex-tibetan.

* gnu/packages/tex.scm (texlive-xetex-tibetan): New variable.
Nicolas Goaziou 2023-06-19 15:57:11 +02:00
parent f9aeaee2db
commit f07a9e22bd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -7442,6 +7442,25 @@ configuration, many PSTricks features can be used in XeLaTeX or plain XeTeX
documents.")
(license license:public-domain)))
(define-public texlive-xetex-tibetan
(package
(name "texlive-xetex-tibetan")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xetex/xetex-tibetan/"
"fonts/misc/xetex/fontmapping/xetex-tibetan/")
(base32
"02z3jzf16hi9zj50lpf9map5f6ydvxw66f0k4n5ry88s7frbxwmw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xetex-tibetan")
(synopsis "XeTeX input maps for Unicode Tibetan")
(description
"The package provides a map for use with Jonathan Kew's TECkit, to
translate Tibetan to Unicode (range 0F00-0FFF).")
(license license:lppl)))
(define-public texlive-currfile
(package
(name "texlive-currfile")