[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/110: gnu: Add texlive-hyphen-latin.
From: |
guix-commits |
Subject: |
50/110: gnu: Add texlive-hyphen-latin. |
Date: |
Wed, 24 Jul 2019 03:47:54 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 2f3a07c694c02438d8bc49f3eb0ea795057fe51f
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 13 12:57:23 2019 +0200
gnu: Add texlive-hyphen-latin.
* gnu/packages/tex.scm (texlive-hyphen-latin): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bd3a642..2729a81 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1945,6 +1945,29 @@ Kurmanji (Northern Kurdish) as spoken in Turkey and by
the Kurdish diaspora in
Europe, in T1/EC and UTF-8 encodings.")
(license license:lppl1.3)))
+(define-public texlive-hyphen-latin
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-latin" '("la-x-classic" "la-x-liturgic" "la")
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-classic.tex"
+
"/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-liturgic.tex"
+ "/tex/generic/hyph-utf8/patterns/tex/hyph-la.tex")
+ (base32
+ "1d8d6b47r4r000gqgzyl0sy9is0y0dg41jp8fw4gqq8qmcgdxgsg")))
+ (synopsis "Liturgical Latin hyphenation patterns")
+ (description "This package provides hyphenation patterns for Latin in
+T1/EC and UTF-8 encodings, mainly in modern spelling (u when u is needed and v
+when v is needed), medieval spelling with the ligatures @code{\\ae} and
+@code{\\oe} and the (uncial) lowercase 'v' written as a 'u' is also supported.
+Apparently there is no conflict between the patterns of modern Latin and those
+of medieval Latin. It also includes hyphenation patterns for the Classical
+Latin in T1/EC and UTF-8 encodings. Classical Latin hyphenation patterns are
+different from those of 'plain' Latin, the latter being more adapted to modern
+Latin. It also provides hyphenation patterns for the Liturgical Latin in
+T1/EC and UTF-8 encodings.")
+ ;; Either of these licenses
+ (license (list license:lppl1.0+ license:expat))))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 44/110: gnu: Add texlive-hyphen-indic., (continued)
- 44/110: gnu: Add texlive-hyphen-indic., guix-commits, 2019/07/24
- 47/110: gnu: Add texlive-hyphen-irish., guix-commits, 2019/07/24
- 49/110: gnu: Add texlive-hyphen-kurmanji., guix-commits, 2019/07/24
- 48/110: gnu: Add texlive-hyphen-italian., guix-commits, 2019/07/24
- 43/110: gnu: Add texlive-hyphen-icelandic., guix-commits, 2019/07/24
- 45/110: gnu: Add texlive-hyphen-indonesian., guix-commits, 2019/07/24
- 46/110: gnu: Add texlive-hyphen-interlingua., guix-commits, 2019/07/24
- 51/110: gnu: Add texlive-hyphen-latvian., guix-commits, 2019/07/24
- 56/110: gnu: Add texlive-hyphen-piedmontese., guix-commits, 2019/07/24
- 52/110: gnu: Add texlive-hyphen-lithuanian., guix-commits, 2019/07/24
- 50/110: gnu: Add texlive-hyphen-latin.,
guix-commits <=
- 55/110: gnu: Add texlive-hyphen-occitan., guix-commits, 2019/07/24
- 58/110: gnu: Add texlive-hyphen-portuguese., guix-commits, 2019/07/24
- 57/110: gnu: Add texlive-hyphen-polish., guix-commits, 2019/07/24
- 68/110: gnu: Add texlive-hyphen-thai., guix-commits, 2019/07/24
- 69/110: gnu: Add texlive-hyphen-turkish., guix-commits, 2019/07/24
- 53/110: gnu: Add texlive-hyphen-mongolian., guix-commits, 2019/07/24
- 59/110: gnu: Add texlive-hyphen-romanian., guix-commits, 2019/07/24
- 62/110: gnu: Add texlive-hyphen-sanskrit., guix-commits, 2019/07/24
- 54/110: gnu: Add texlive-hyphen-norwegian., guix-commits, 2019/07/24
- 74/110: gnu: Add texlive-ukrhyph., guix-commits, 2019/07/24