[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/110: gnu: Add texlive-hyphen-german.
From: |
guix-commits |
Subject: |
40/110: gnu: Add texlive-hyphen-german. |
Date: |
Mon, 22 Jul 2019 15:25:39 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit d70e9ea4009c4010caf7de30a2daa093b3eb3258
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 13 12:56:07 2019 +0200
gnu: Add texlive-hyphen-german.
* gnu/packages/tex.scm (texlive-hyphen-german): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0112516..c32e10a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1792,6 +1792,27 @@ T1/EC and UTF-8 encodings.")
T8M, T8K, and UTF-8 encodings.")
(license license:lppl1.3+)))
+(define-public texlive-hyphen-german
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-german" '("de-1901" "de-1996" "de-ch-1901")
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-de-1901.tex"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-de-1996.tex"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-de-ch-1901.tex"
+ "/tex/generic/hyphen/dehyphn.tex"
+ "/tex/generic/hyphen/dehypht.tex"
+ "/tex/generic/hyphen/dehyphtex.tex"
+ "/tex/generic/hyphen/ghyphen.README")
+ (base32
+ "1g0vhpvl2l69rn2lx7lkw0inrjbcxkj2sjgwd2fq7hdi4yb2ms76")))
+ (synopsis "Hyphenation patterns for German")
+ (description "This package provides hyphenation patterns for German in
+T1/EC and UTF-8 encodings, for traditional and reformed spelling, including
+Swiss German.")
+ ;; The patterns are released under the Expat license; the dehyph* files
+ ;; are released under the LPPL version 1 or later.
+ (license (list license:expat license:lppl1.0+))))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 38/110: gnu: Add texlive-hyphen-galician., (continued)
- 38/110: gnu: Add texlive-hyphen-galician., guix-commits, 2019/07/22
- 36/110: gnu: Add texlive-hyphen-french., guix-commits, 2019/07/22
- 39/110: gnu: Add texlive-hyphen-georgian., guix-commits, 2019/07/22
- 34/110: gnu: Add texlive-hyphen-ethiopic., guix-commits, 2019/07/22
- 37/110: gnu: Add texlive-hyphen-friulan., guix-commits, 2019/07/22
- 41/110: gnu: Add texlive-hyphen-greek., guix-commits, 2019/07/22
- 43/110: gnu: Add texlive-hyphen-icelandic., guix-commits, 2019/07/22
- 45/110: gnu: Add texlive-hyphen-indonesian., guix-commits, 2019/07/22
- 35/110: gnu: Add texlive-hyphen-finnish., guix-commits, 2019/07/22
- 42/110: gnu: Add texlive-hyphen-hungarian., guix-commits, 2019/07/22
- 40/110: gnu: Add texlive-hyphen-german.,
guix-commits <=
- 48/110: gnu: Add texlive-hyphen-italian., guix-commits, 2019/07/22
- 52/110: gnu: Add texlive-hyphen-lithuanian., guix-commits, 2019/07/22
- 53/110: gnu: Add texlive-hyphen-mongolian., guix-commits, 2019/07/22
- 46/110: gnu: Add texlive-hyphen-interlingua., guix-commits, 2019/07/22
- 51/110: gnu: Add texlive-hyphen-latvian., guix-commits, 2019/07/22
- 47/110: gnu: Add texlive-hyphen-irish., guix-commits, 2019/07/22
- 44/110: gnu: Add texlive-hyphen-indic., guix-commits, 2019/07/22
- 49/110: gnu: Add texlive-hyphen-kurmanji., guix-commits, 2019/07/22
- 50/110: gnu: Add texlive-hyphen-latin., guix-commits, 2019/07/22
- 57/110: gnu: Add texlive-hyphen-polish., guix-commits, 2019/07/22