[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
438/458: gnu: Add texlive-hyphenex.
From: |
guix-commits |
Subject: |
438/458: gnu: Add texlive-hyphenex. |
Date: |
Wed, 14 Jun 2023 05:23:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8c0f58f3c49890d2350472c9ac5c4c265e9d411c
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")
- 351/458: gnu: texlive-dvipdfmx: Refresh package definition., (continued)
- 351/458: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/14
- 391/458: gnu: texlive-cm: Fix build., guix-commits, 2023/06/14
- 409/458: gnu: Add texlive-knuth-local., guix-commits, 2023/06/14
- 408/458: gnu: Add texlive-semaphor., guix-commits, 2023/06/14
- 413/458: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/14
- 421/458: gnu: Add texlive-tex., guix-commits, 2023/06/14
- 422/458: gnu: Add texlive-hyphen-complete, guix-commits, 2023/06/14
- 427/458: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/14
- 429/458: gnu: Add texlive-luatex85., guix-commits, 2023/06/14
- 433/458: gnu: texlive-context: Create formats., guix-commits, 2023/06/14
- 438/458: gnu: Add texlive-hyphenex.,
guix-commits <=
- 441/458: gnu: Add texlive-collection-basic., guix-commits, 2023/06/14
- 447/458: gnu: Add texlive-pagesel., guix-commits, 2023/06/14
- 452/458: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/14
- 453/458: gnu: Add texlive-aeguill., guix-commits, 2023/06/14
- 454/458: gnu: Install missing files for updmap in texlive-bin., guix-commits, 2023/06/14
- 170/458: gnu: texlive-apacite: Refresh package definition., guix-commits, 2023/06/14
- 347/458: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/14
- 384/458: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 375/458: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 361/458: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/14