guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]