mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
gnu: Add texlive-hyphenex.
* gnu/packages/tex.scm (texlive-hyphenex): New variable.
This commit is contained in:
parent
09283bb0ab
commit
3556df7323
1 changed files with 21 additions and 0 deletions
|
@ -982,6 +982,27 @@ (define-public texlive-hyphen-base
|
||||||
default versions of those), etc.")
|
default versions of those), etc.")
|
||||||
(license license:knuth)))
|
(license license:knuth)))
|
||||||
|
|
||||||
|
(define-public texlive-hyphenex
|
||||||
|
(package
|
||||||
|
(name "texlive-hyphenex")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "source/generic/hyphenex/"
|
||||||
|
"tex/generic/hyphenex/")
|
||||||
|
(base32
|
||||||
|
"1v1p93i56xgp01zly30bkfgb9py8nav1r620dbgz1q7438zbhzpp")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/hyphenex")
|
||||||
|
(synopsis "US English hyphenation exceptions file")
|
||||||
|
(description
|
||||||
|
"Exceptions for American English hyphenation patterns are occasionally
|
||||||
|
published in the TeX User Group journal TUGboat. This bundle provides
|
||||||
|
alternative Perl and Bourne shell scripts to convert the source of such an
|
||||||
|
article into an exceptions file, together with a recent copy of the article
|
||||||
|
and machine-readable files.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-dvipdfmx
|
(define-public texlive-dvipdfmx
|
||||||
(package
|
(package
|
||||||
(name "texlive-dvipdfmx")
|
(name "texlive-dvipdfmx")
|
||||||
|
|
Loading…
Reference in a new issue