me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-mongolian-babel.

* gnu/packages/tex.scm (texlive-mongolian-babel): New variable.
Nicolas Goaziou 2023-08-14 15:10:36 +02:00
parent 50aaa81c99
commit 71f24669f1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -11602,6 +11602,26 @@ a division operation without destroying the values of the counters containing
the dividend and divisor.")
(license license:lppl1.3c)))
(define-public texlive-mongolian-babel
(package
(name "texlive-mongolian-babel")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/mongolian-babel/"
"source/latex/mongolian-babel/"
"tex/latex/mongolian-babel/")
(base32
"12kzips0jmjahrrfaripglg203dvvr408v5qxjvnrnxqzb8d1i2w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mongolian-babel")
(synopsis "Language definition file for Mongolian in Babel")
(description
"This package provides support for Mongolian in a Cyrillic
alphabet. (The work derives from the earlier Russian work for Babel.)")
(license license:lppl)))
(define-public texlive-moreverb
(package
(name "texlive-moreverb")