[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
438/452: gnu: Add texlive-hyphenex.
From: |
guix-commits |
Subject: |
438/452: gnu: Add texlive-hyphenex. |
Date: |
Fri, 9 Jun 2023 13:44:22 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit dc7a54c9b3777e11c0934a74c250297f4097cc8c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 9 07:21:47 2023 +0200
gnu: Add texlive-hyphenex.
* gnu/packages/tex.scm (texlive-hyphenex): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 79d1c1dfb7..207843701d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -982,6 +982,27 @@ the autogenerated files @file{language.dat} and
@file{language.def} (and
default versions of those), etc.")
(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
(package
(name "texlive-dvipdfmx")
- 405/452: gnu: texlive-lh: Fix build., (continued)
- 405/452: gnu: texlive-lh: Fix build., guix-commits, 2023/06/09
- 412/452: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/09
- 413/452: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/09
- 418/452: gnu: texlive: Improve package style., guix-commits, 2023/06/09
- 417/452: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/09
- 419/452: guix: texlive-build-system: Generate TeX formats., guix-commits, 2023/06/09
- 421/452: gnu: Add texlive-tex., guix-commits, 2023/06/09
- 423/452: gnu: Add texlive-latex., guix-commits, 2023/06/09
- 425/452: gnu: texlive-babel: Do not rely on TEXLIVE-LATEX-BASE., guix-commits, 2023/06/09
- 424/452: gnu: texlive-pdftex: Create formats., guix-commits, 2023/06/09
- 438/452: gnu: Add texlive-hyphenex.,
guix-commits <=
- 440/452: gnu: Add texlive-xdvi., guix-commits, 2023/06/09
- 444/452: gnu: Add texlive-latex-bin., guix-commits, 2023/06/09
- 450/452: gnu: Add texlive-collection-latex., guix-commits, 2023/06/09
- 443/452: gnu: Add texlive-fix2col., guix-commits, 2023/06/09
- 22/452: gnu: Add texlive-currfile., guix-commits, 2023/06/09
- 56/452: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/09
- 125/452: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/06/09
- 143/452: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/09
- 234/452: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/06/09