[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
414/452: gnu: Add texlive-etex-pkg.
From: |
guix-commits |
Subject: |
414/452: gnu: Add texlive-etex-pkg. |
Date: |
Fri, 9 Jun 2023 13:44:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 091196df12bc639b9bab31391046761973124dba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 28 00:02:48 2023 +0200
gnu: Add texlive-etex-pkg.
* gnu/packages/tex.scm (texlive-etex-pkg): 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 e2c125039c..70b5ca714b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1668,6 +1668,27 @@ programmers may assume e-TeX functionality. The pdftex
engine directly
incorporates the e-TeX extensions.")
(license license:knuth)))
+(define-public texlive-etex-pkg
+ (package
+ (name "texlive-etex-pkg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etex-pkg/" "tex/latex/etex-pkg/")
+ (base32
+ "10bvvn3s3lmzjscnb2qxkj1ba9qxx0q1w2spcsjpwf20dvym19py")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/etex-pkg")
+ (synopsis "E-TeX support package")
+ (description
+ "The package provides support for LaTeX documents to use many of the
+extensions offered by e-TeX; in particular, it modifies LaTeX's register
+allocation macros to make use of the extended register range. The
+@code{etextools} package provides macros that make more sophisticated use of
+e-TeX's facilities.")
+ (license license:lppl1.3+)))
+
(define-public texlive-plain
(package
(name "texlive-plain")
- 376/452: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 376/452: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 382/452: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 388/452: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/09
- 393/452: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/09
- 392/452: gnu: texlive-etex: Fix build., guix-commits, 2023/06/09
- 404/452: gnu: texlive-cs: Fix build., guix-commits, 2023/06/09
- 400/452: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/09
- 407/452: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/09
- 406/452: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/09
- 410/452: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/09
- 414/452: gnu: Add texlive-etex-pkg.,
guix-commits <=
- 428/452: gnu: texlive-xmltex: Rely on build system to create formats., guix-commits, 2023/06/09
- 431/452: gnu: texlive-jadetex: Rely on build system to create formats., guix-commits, 2023/06/09
- 436/452: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/09
- 448/452: gnu: Add texlive-pslatex., guix-commits, 2023/06/09
- 21/452: gnu: Add texlive-filehook., guix-commits, 2023/06/09
- 42/452: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/09
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/09
- 48/452: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/09
- 70/452: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/09
- 66/452: gnu: Add texlive-atenddvi., guix-commits, 2023/06/09