mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add texlive-hyphen-english.
* gnu/packages/tex.scm (texlive-hyphen-english): New variable.
This commit is contained in:
parent
402b835f2b
commit
ab8f6de6fe
1 changed files with 15 additions and 0 deletions
|
@ -1605,6 +1605,21 @@ (define-public texlive-hyphen-dutch
|
||||||
and UTF-8 encodings.")
|
and UTF-8 encodings.")
|
||||||
(license license:lppl1.0+)))
|
(license license:lppl1.0+)))
|
||||||
|
|
||||||
|
(define-public texlive-hyphen-english
|
||||||
|
(package
|
||||||
|
(inherit (texlive-hyphen-package
|
||||||
|
"texlive-hyphen-english" '("en-gb" "en-us")
|
||||||
|
(list "/tex/generic/hyph-utf8/patterns/tex/hyph-en-gb.tex"
|
||||||
|
"/tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex")
|
||||||
|
(base32
|
||||||
|
"08hyih8hn2w2q12gc4zygz0ckbz00mkzzn9898z2bicky02zg3kc")))
|
||||||
|
(synopsis "Hyphenation patterns for American and British English")
|
||||||
|
(description "The package provides additional hyphenation patterns for
|
||||||
|
American and British English in ASCII encoding.")
|
||||||
|
(license (license:non-copyleft
|
||||||
|
"file:///tex/generic/hyph-utf8/patterns/tex/hyph-en-us.tex"
|
||||||
|
"FSF all permissive license"))))
|
||||||
|
|
||||||
(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