mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add texlive-context-transliterator.
* gnu/packages/tex.scm (texlive-context-transliterator): New variable.
This commit is contained in:
parent
182a4cd197
commit
e50c9a25cf
1 changed files with 23 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue