mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -05:00
gnu: Add texlive-hyphen-czech.
* gnu/packages/tex.scm (texlive-hyphen-czech): New variable.
This commit is contained in:
parent
9b65c61179
commit
b5b2ef6e3d
1 changed files with 12 additions and 0 deletions
|
@ -1568,6 +1568,18 @@ (define-public texlive-hyphen-croatian
|
||||||
T1/EC and UTF-8 encodings.")
|
T1/EC and UTF-8 encodings.")
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
|
(define-public texlive-hyphen-czech
|
||||||
|
(package
|
||||||
|
(inherit (texlive-hyphen-package
|
||||||
|
"texlive-hyphen-czech" "cs"
|
||||||
|
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-cs.tex")
|
||||||
|
(base32
|
||||||
|
"1k5516gbfp1d5p97j247byag9sdgds5zwc11bwxfk58i6zq1v0m6")))
|
||||||
|
(synopsis "Hyphenation patterns for Czech")
|
||||||
|
(description "The package provides hyphenation patterns for Czech in T1/EC
|
||||||
|
and UTF-8 encodings.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(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