me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dehyph.

* gnu/packages/tex.scm (texlive-dehyph): New variable.
Nicolas Goaziou 2023-05-06 12:01:42 +02:00
parent 0f2c676ee9
commit 14cd6c2fb4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -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