[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/102: gnu: Add texlive-hyphen-german.
From: |
guix-commits |
Subject: |
40/102: gnu: Add texlive-hyphen-german. |
Date: |
Mon, 15 Jul 2019 16:42:31 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 293c299b4f5abaf31aa154c1c20fe30b49afd490
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 | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ca6d657..72e5aa3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1788,6 +1788,26 @@ T8M, T8K, and UTF-8 encodings.")
;; TODO
(license license:lppl)))
+(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.")
+ ;; TODO
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 26/102: gnu: Add texlive-hyphen-coptic., (continued)
- 26/102: gnu: Add texlive-hyphen-coptic., guix-commits, 2019/07/15
- 22/102: gnu: Add texlive-hyphen-bulgarian., guix-commits, 2019/07/15
- 17/102: gnu: Add texlive-hyphen-ancientgreek., guix-commits, 2019/07/15
- 18/102: gnu: Add texlive-hyphen-armenian., guix-commits, 2019/07/15
- 15/102: gnu: Add texlive-tex-ini-files., guix-commits, 2019/07/15
- 27/102: gnu: Add texlive-hyphen-croatian., guix-commits, 2019/07/15
- 16/102: gnu: Add texlive-hyphen-afrikaans., guix-commits, 2019/07/15
- 21/102: gnu: Add texlive-hyphen-belarusian., guix-commits, 2019/07/15
- 28/102: gnu: Add texlive-hyphen-czech., guix-commits, 2019/07/15
- 29/102: gnu: Add texlive-hyphen-danish., guix-commits, 2019/07/15
- 40/102: gnu: Add texlive-hyphen-german.,
guix-commits <=
- 32/102: gnu: Add texlive-hyphen-esperanto., guix-commits, 2019/07/15
- 35/102: gnu: Add texlive-hyphen-finnish., guix-commits, 2019/07/15
- 39/102: gnu: Add texlive-hyphen-georgian., guix-commits, 2019/07/15
- 47/102: gnu: Add texlive-hyphen-irish., guix-commits, 2019/07/15
- 14/102: gnu: texlive-fonts-cm: Use simple-texlive-package., guix-commits, 2019/07/15
- 30/102: gnu: Add texlive-hyphen-dutch., guix-commits, 2019/07/15
- 38/102: gnu: Add texlive-hyphen-galician., guix-commits, 2019/07/15
- 37/102: gnu: Add texlive-hyphen-friulan., guix-commits, 2019/07/15
- 36/102: gnu: Add texlive-hyphen-french., guix-commits, 2019/07/15
- 46/102: gnu: Add texlive-hyphen-interlingua., guix-commits, 2019/07/15