guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

55/111: gnu: Add texlive-hyphen-occitan.


From: guix-commits
Subject: 55/111: gnu: Add texlive-hyphen-occitan.
Date: Tue, 16 Jul 2019 09:20:57 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit a5e19152dfe8b29fa6c0b9793c41c2c4c8af2f73
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 12:58:01 2019 +0200

    gnu: Add texlive-hyphen-occitan.
    
    * gnu/packages/tex.scm (texlive-hyphen-occitan): New variable.
---
 gnu/packages/tex.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4328813..db9ee8f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2011,6 +2011,21 @@ T2A, LMC and UTF-8 encodings.")
 Bokmal and Nynorsk in T1/EC and UTF-8 encodings.")
     (license license:lppl)))
 
+(define-public texlive-hyphen-occitan
+  (package
+    (inherit (texlive-hyphen-package
+              "texlive-hyphen-occitan" "oc"
+              (list "/tex/generic/hyph-utf8/patterns/tex/hyph-oc.tex")
+              (base32
+               "1y6j6ac9ncn79p7hnp6mdwdsw9ij14zyjby5iwdhpvzzn7yyc7p8")))
+    (synopsis "Occitan hyphenation patterns")
+    (description "This package provides hyphenation patterns for Occitan in
+T1/EC and UTF-8 encodings.  They are supposed to be valid for all the Occitan
+variants spoken and written in the wide area called 'Occitanie' by the French.
+It ranges from the Val d'Aran within Catalunya, to the South Western Italian
+Alps encompassing the southern half of the French pentagon.")
+    (license license:lppl)))
+
 (define-public texlive-hyph-utf8
   (package
     (inherit (simple-texlive-package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]