[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/109: gnu: Add texlive-hyphen-french.
From: |
guix-commits |
Subject: |
36/109: gnu: Add texlive-hyphen-french. |
Date: |
Tue, 16 Jul 2019 08:22:44 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 0368eb14744cb2837c720ce2cdc7d8c86f566f36
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 13 12:55:28 2019 +0200
gnu: Add texlive-hyphen-french.
* gnu/packages/tex.scm (texlive-hyphen-french): New variable.
---
gnu/packages/tex.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ab537ea..0bc46fa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1701,6 +1701,19 @@ be replaced by files tailored to individual languages.")
T1/EC and UTF-8 encodings.")
(license license:public-domain)))
+(define-public texlive-hyphen-french
+ (package
+ (inherit (texlive-hyphen-package
+ "texlive-hyphen-french" "fr"
+ (list "/tex/generic/hyph-utf8/patterns/tex/hyph-fr.tex")
+ (base32
+ "1q82mmwvy7fdkm42958ajb53w89qkcdwybswxlwcvqngvhpy3zf0")))
+ (synopsis "Hyphenation patterns for French")
+ (description "The package provides hyphenation patterns for French in
+T1/EC and UTF-8 encodings.")
+ ;; TODO
+ (license license:lppl)))
+
(define-public texlive-hyph-utf8
(package
(inherit (simple-texlive-package
- 20/109: gnu: Add texlive-mkpattern., (continued)
- 20/109: gnu: Add texlive-mkpattern., guix-commits, 2019/07/16
- 28/109: gnu: Add texlive-hyphen-czech., guix-commits, 2019/07/16
- 30/109: gnu: Add texlive-hyphen-dutch., guix-commits, 2019/07/16
- 19/109: gnu: Add texlive-hyphen-basque., guix-commits, 2019/07/16
- 23/109: gnu: Add texlive-hyphen-catalan., guix-commits, 2019/07/16
- 27/109: gnu: Add texlive-hyphen-croatian., guix-commits, 2019/07/16
- 33/109: gnu: Add texlive-hyphen-estonian., guix-commits, 2019/07/16
- 37/109: gnu: Add texlive-hyphen-friulan., guix-commits, 2019/07/16
- 38/109: gnu: Add texlive-hyphen-galician., guix-commits, 2019/07/16
- 39/109: gnu: Add texlive-hyphen-georgian., guix-commits, 2019/07/16
- 36/109: gnu: Add texlive-hyphen-french.,
guix-commits <=
- 40/109: gnu: Add texlive-hyphen-german., guix-commits, 2019/07/16
- 24/109: gnu: Add texlive-hyphen-chinese., guix-commits, 2019/07/16
- 26/109: gnu: Add texlive-hyphen-coptic., guix-commits, 2019/07/16
- 35/109: gnu: Add texlive-hyphen-finnish., guix-commits, 2019/07/16
- 34/109: gnu: Add texlive-hyphen-ethiopic., guix-commits, 2019/07/16
- 48/109: gnu: Add texlive-hyphen-italian., guix-commits, 2019/07/16
- 50/109: gnu: Add texlive-hyphen-latin., guix-commits, 2019/07/16
- 49/109: gnu: Add texlive-hyphen-kurmanji., guix-commits, 2019/07/16
- 31/109: gnu: Add texlive-hyphen-english., guix-commits, 2019/07/16
- 32/109: gnu: Add texlive-hyphen-esperanto., guix-commits, 2019/07/16