[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/458: gnu: Add texlive-dehyph.
From: |
guix-commits |
Subject: |
25/458: gnu: Add texlive-dehyph. |
Date: |
Wed, 14 Jun 2023 05:22:00 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 102b3c0c2bbb51947a41022f12011a6b98dde3ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 12:01:42 2023 +0200
gnu: Add texlive-dehyph.
* gnu/packages/tex.scm (texlive-dehyph): 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 fee5e1f04b..f63bc09a4e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2769,6 +2769,29 @@ converters, will completely supplant the older
patterns.")
(define-deprecated-package texlive-generic-hyph-utf8 texlive-hyph-utf8)
+(define-public texlive-dehyph
+ (package
+ (name "texlive-dehyph")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/generic/dehyph/")
+ (base32
+ "0fkqlsknrlxk8zazcqy4q3nisxr3a4x21aiwqhz8s237rdf3w39g")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dehyph")
+ (synopsis "German hyphenation patterns for traditional orthography")
+ (description
+ "The package provides older hyphenation patterns for the German language.
+Please note that by default only pdfLaTeX uses these patterns (mainly for
+backwards compatibility). The older packages ghyphen and gnhyph are now
+bundled together with dehyph, and are no longer be updated. Both XeLaTeX and
+LuaLaTeX use the current German hyphenation patterns taken from Hyphenation
+patterns in UTF-8, and using the Experimental hyphenation patterns for the
+German language package it is possible to make pdfLaTeX use the new German
+patterns as well.")
+ (license license:lppl1.0+)))
+
(define-public texlive-dehyph-exptl
(package
(inherit (simple-texlive-package
- 33/458: gnu: Add texlive-attachfile., (continued)
- 33/458: gnu: Add texlive-attachfile., guix-commits, 2023/06/14
- 36/458: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/14
- 39/458: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/14
- 49/458: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/14
- 55/458: gnu: texlive-latex-gcite -> texlive-gcite., guix-commits, 2023/06/14
- 56/458: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/14
- 60/458: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/14
- 11/458: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/14
- 65/458: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/14
- 24/458: gnu: Add texlive-enctex., guix-commits, 2023/06/14
- 25/458: gnu: Add texlive-dehyph.,
guix-commits <=
- 26/458: gnu: Add texlive-passivetex., guix-commits, 2023/06/14
- 38/458: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/14
- 47/458: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/14
- 48/458: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/14
- 50/458: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/14
- 51/458: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/14
- 52/458: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/14
- 53/458: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/06/14
- 57/458: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/14
- 79/458: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/14