[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: |
Mon, 29 May 2023 17:38:46 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 5073be12a25c14b49ab03746a7d07cde5f3af6ab
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
- 23/418: gnu: Add texlive-lualatex-math., (continued)
- 23/418: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/29
- 24/418: gnu: Add texlive-enctex., guix-commits, 2023/05/29
- 27/418: gnu: Add texlive-luabidi., guix-commits, 2023/05/29
- 29/418: gnu: Add texlive-euenc., guix-commits, 2023/05/29
- 35/418: gnu: Add texlive-subfig., guix-commits, 2023/05/29
- 36/418: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/29
- 38/418: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/29
- 11/418: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/29
- 19/418: gnu: Add texlive-xfor., guix-commits, 2023/05/29
- 22/418: gnu: Add texlive-currfile., guix-commits, 2023/05/29
- 25/418: gnu: Add texlive-dehyph.,
guix-commits <=
- 28/418: gnu: Add texlive-refstyle., guix-commits, 2023/05/29
- 31/418: gnu: Add texlive-chngcntr., guix-commits, 2023/05/29
- 33/418: gnu: Add texlive-attachfile., guix-commits, 2023/05/29
- 15/418: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/05/29
- 18/418: gnu: Add texlive-lwarp., guix-commits, 2023/05/29
- 26/418: gnu: Add texlive-passivetex., guix-commits, 2023/05/29
- 32/418: gnu: Add texlive-multido., guix-commits, 2023/05/29
- 34/418: gnu: Add texlive-showexpl., guix-commits, 2023/05/29
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/29
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/29