diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-07-13 12:58:08 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-07-24 09:46:45 +0200 |
commit | db3f7fdad09942b6d6065fab31b96fdee0eb9224 (patch) | |
tree | 8520ec6a4059e7c9c4b2589370f43fc362dc03e1 /gnu/packages | |
parent | 033406ad1426a4ca91a98944f895e606f2de90cd (diff) | |
download | guix-db3f7fdad09942b6d6065fab31b96fdee0eb9224.tar guix-db3f7fdad09942b6d6065fab31b96fdee0eb9224.tar.gz |
gnu: Add texlive-hyphen-piedmontese.
* gnu/packages/tex.scm (texlive-hyphen-piedmontese): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 32c74b83ba..6a75c10909 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -2040,6 +2040,19 @@ 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:lppl1.0+))) +(define-public texlive-hyphen-piedmontese + (package + (inherit (texlive-hyphen-package + "texlive-hyphen-piedmontese" "pms" + (list "/tex/generic/hyph-utf8/patterns/tex/hyph-pms.tex") + (base32 + "00fqzymkg374r3dzf1y82k6b18bqrf688vnjv0vkvw5a45srlb5r"))) + (synopsis "Piedmontese hyphenation patterns") + (description "This package provides hyphenation patterns for Piedmontese +in ASCII encoding. Compliant with 'Gramatica dla lengua piemonteisa' by +Camillo Brero.") + (license license:lppl1.3+))) + (define-public texlive-hyph-utf8 (package (inherit (simple-texlive-package |