mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-hyphen-mongolian.
* gnu/packages/tex.scm (texlive-hyphen-mongolian): New variable.
This commit is contained in:
parent
af0e6cc82a
commit
1890799b62
1 changed files with 14 additions and 0 deletions
|
@ -1995,6 +1995,20 @@ (define-public texlive-hyphen-lithuanian
|
||||||
;; the hyph-utf8 package we choose the LPPL license.
|
;; the hyph-utf8 package we choose the LPPL license.
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-hyphen-mongolian
|
||||||
|
(package
|
||||||
|
(inherit (texlive-hyphen-package
|
||||||
|
"texlive-hyphen-mongolian" '("mn-cyrl-x-lmc" "mn-cyrl")
|
||||||
|
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl-x-lmc.tex"
|
||||||
|
"/tex/generic/hyph-utf8/patterns/tex/hyph-mn-cyrl.tex")
|
||||||
|
(base32
|
||||||
|
"0lqq3jgwgnclb1cn3x99xmk90xra9q51b00ypwy5crssmy023hqc")))
|
||||||
|
(synopsis "Mongolian hyphenation patterns in Cyrillic script")
|
||||||
|
(description "This package provides hyphenation patterns for Mongolian in
|
||||||
|
T2A, LMC and UTF-8 encodings.")
|
||||||
|
;; Either of these licenses
|
||||||
|
(license (list license:lppl1.3+ license:expat))))
|
||||||
|
|
||||||
(define-public texlive-hyph-utf8
|
(define-public texlive-hyph-utf8
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Loading…
Reference in a new issue