[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/418: gnu: Add texlive-dehyph.
From: |
guix-commits |
Subject: |
25/418: gnu: Add texlive-dehyph. |
Date: |
Fri, 2 Jun 2023 17:23:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8c05c049b6496f76aefc4990f3f4424d4c81c964
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
- 02/418: gnu: Simplify simple-texlive-package for non-trivial packages., (continued)
- 02/418: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/06/02
- 04/418: guix: import: Improve home-page generation in texlive importer., guix-commits, 2023/06/02
- 08/418: gnu: texlive-latex-blindtext -> texlive-blindtext., guix-commits, 2023/06/02
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/02
- 13/418: gnu: texlive-latex-environ -> texlive-environ., guix-commits, 2023/06/02
- 14/418: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/02
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/02
- 16/418: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/06/02
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/06/02
- 21/418: gnu: Add texlive-filehook., guix-commits, 2023/06/02
- 25/418: gnu: Add texlive-dehyph.,
guix-commits <=
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/06/02
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/06/02
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/06/02
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/06/02
- 45/418: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/02
- 47/418: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/02
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/02
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/02
- 57/418: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/02
- 65/418: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/02