gnu: Add texlive-context-transliterator.

* gnu/packages/tex.scm (texlive-context-transliterator): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:40:10 +02:00
parent 182a4cd197
commit e50c9a25cf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10538,6 +10538,29 @@ (define-public texlive-context-title
change the formatting of the content.")
(license license:gpl3+)))
(define-public texlive-context-transliterator
(package
(name "texlive-context-transliterator")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/transliterator/"
"scripts/context/lua/third/transliterator/"
"tex/context/interface/third/"
"tex/context/third/transliterator/")
(base32
"0hrj6sjldi7chqdnf300bs1q9s92v9sl2mfx3h0644mzjgjxw7s1")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-context))
(home-page "https://ctan.org/pkg/context-transliterator")
(synopsis "Transliterate text from other alphabets")
(description
"The package will read text in one alphabet, and provide a transliterated
version in another; this is useful for readers who cannot read the original
alphabet. The package can make allowance for hyphenation.")
(license license:bsd-2))) ;from "t-transliterator.mkiv"
(define-public texlive-beamer
(package
(name "texlive-beamer")