[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/110: gnu: Add texlive-hyphen-ancientgreek.
From: |
guix-commits |
Subject: |
17/110: gnu: Add texlive-hyphen-ancientgreek. |
Date: |
Mon, 22 Jul 2019 15:25:33 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 3c374ec5b84d204d1d7367a32391509c8eb531d2
Author: Ricardo Wurmus <address@hidden>
Date: Tue Jul 9 12:39:56 2019 +0200
gnu: Add texlive-hyphen-ancientgreek.
* gnu/packages/tex.scm (texlive-hyphen-ancientgreek): New variable.
---
gnu/packages/tex.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b241bb0..9c3db44 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1371,6 +1371,20 @@ book).")
language.")
(license license:lppl1.3+)))
+(define-public texlive-hyphen-ancientgreek
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-ancientgreek" "grc"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-grc.tex"
+ "/tex/generic/hyphen/grahyph5.tex"
+ "/tex/generic/hyphen/ibyhyph.tex")
+ (base32
+ "0kwrqsz7wdr1d9kylzwp60ka3wfbj8iad029k5h6y94nb86mf7zv")))
+ (synopsis "Hyphenation patterns for ancient Greek")
+ (description "The package provides hyphenation patterns for ancient
+Greek.")
+ (license license:lppl1.3+)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 09/110: gnu: Add texlive-hyphen-base., (continued)
- 09/110: gnu: Add texlive-hyphen-base., guix-commits, 2019/07/22
- 13/110: gnu: texlive-fonts-cm: Remove cm-type1., guix-commits, 2019/07/22
- 12/110: gnu: texlive-dvips: Implement with simple-texlive-package., guix-commits, 2019/07/22
- 11/110: gnu: Add texlive-dehyph-exptl., guix-commits, 2019/07/22
- 14/110: gnu: texlive-fonts-cm: Use simple-texlive-package., guix-commits, 2019/07/22
- 19/110: gnu: Add texlive-hyphen-basque., guix-commits, 2019/07/22
- 22/110: gnu: Add texlive-hyphen-bulgarian., guix-commits, 2019/07/22
- 21/110: gnu: Add texlive-hyphen-belarusian., guix-commits, 2019/07/22
- 24/110: gnu: Add texlive-hyphen-chinese., guix-commits, 2019/07/22
- 27/110: gnu: Add texlive-hyphen-croatian., guix-commits, 2019/07/22
- 17/110: gnu: Add texlive-hyphen-ancientgreek.,
guix-commits <=
- 15/110: gnu: Add texlive-tex-ini-files., guix-commits, 2019/07/22
- 16/110: gnu: Add texlive-hyphen-afrikaans., guix-commits, 2019/07/22
- 18/110: gnu: Add texlive-hyphen-armenian., guix-commits, 2019/07/22
- 23/110: gnu: Add texlive-hyphen-catalan., guix-commits, 2019/07/22
- 25/110: gnu: Add texlive-hyphen-churchslavonic., guix-commits, 2019/07/22
- 26/110: gnu: Add texlive-hyphen-coptic., guix-commits, 2019/07/22
- 28/110: gnu: Add texlive-hyphen-czech., guix-commits, 2019/07/22
- 10/110: gnu: Add texlive-hyph-utf8., guix-commits, 2019/07/22
- 30/110: gnu: Add texlive-hyphen-dutch., guix-commits, 2019/07/22
- 20/110: gnu: Add texlive-mkpattern., guix-commits, 2019/07/22