gnu: Add texlive-context-cyrillicnumbers.

* gnu/packages/tex.scm (texlive-context-cyrillicnumbers): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-18 18:30:24 +02:00
parent addea2af50
commit 21045b717d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10157,6 +10157,27 @@ (define-public texlive-context-construction-plan
"This module generates a page with a figure at a well-defined scale.")
(license license:gpl3+)))
(define-public texlive-context-cyrillicnumbers
(package
(name "texlive-context-cyrillicnumbers")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/context/third/cyrillicnumbers/"
"tex/context/interface/third/"
"tex/context/third/cyrillicnumbers/")
(base32
"0vg3czh7vhwr9pg8iqmry4fd6kkmimpvsf0sdnvf73p7jkn5478y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(propagated-inputs (list texlive-context))
(home-page "https://ctan.org/pkg/context-cyrillicnumbers")
(synopsis "Write numbers as cyrillic glyphs")
(description
"The package extends ConTeXt's system of number conversion, by adding
numeration using cyrillic letters.")
(license license:bsd-2)))
(define-public texlive-beamer
(package
(name "texlive-beamer")