mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: Add texlive-hyphen-georgian.
* gnu/packages/tex.scm (texlive-hyphen-georgian): New variable.
This commit is contained in:
parent
8d87184b12
commit
b2334b6e20
1 changed files with 12 additions and 0 deletions
|
@ -1780,6 +1780,18 @@ (define-public texlive-hyphen-galician
|
|||
;; glhyextr.tex is the only file in the public domain.
|
||||
(license (list license:lppl1.3 license:public-domain)))))
|
||||
|
||||
(define-public texlive-hyphen-georgian
|
||||
(package
|
||||
(inherit (texlive-hyphen-package
|
||||
"texlive-hyphen-georgian" "ka"
|
||||
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-ka.tex")
|
||||
(base32
|
||||
"01zhn6mflpiqw4lyi8dx8syiz5mky9jrxm87cgw31hanis5cml4l")))
|
||||
(synopsis "Hyphenation patterns for Georgian")
|
||||
(description "The package provides hyphenation patterns for Georgian in
|
||||
T8M, T8K, and UTF-8 encodings.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-hyph-utf8
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue