[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/452: gnu: Add texlive-dehyph.
From: |
guix-commits |
Subject: |
25/452: gnu: Add texlive-dehyph. |
Date: |
Fri, 9 Jun 2023 13:42:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 73ecff6b320f818eb4078d7c7099de00b4ec5db1
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
- 135/452: gnu: texlive-storebox: Refresh package definition., (continued)
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09
- 155/452: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/09
- 166/452: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/06/09
- 162/452: gnu: Add texlive-selinput., guix-commits, 2023/06/09
- 173/452: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/06/09
- 167/452: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/06/09
- 164/452: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/06/09
- 174/452: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/09
- 25/452: gnu: Add texlive-dehyph.,
guix-commits <=
- 26/452: gnu: Add texlive-passivetex., guix-commits, 2023/06/09
- 38/452: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/09
- 40/452: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/06/09
- 43/452: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/09
- 49/452: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/06/09
- 72/452: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/09
- 52/452: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/09
- 67/452: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/09
- 58/452: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/09
- 82/452: gnu: texlive-latex-enotez -> texlive-enotez., guix-commits, 2023/06/09