[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
414/418: gnu: Add texlive-etex-pkg.
From: |
guix-commits |
Subject: |
414/418: gnu: Add texlive-etex-pkg. |
Date: |
Fri, 2 Jun 2023 17:26:04 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3d5a48a2da3f96b18cdf94d99ff52dd8e5258c1a
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 e3f60a6baf..4c56671a25 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")
- 391/418: gnu: texlive-cm: Fix build., (continued)
- 391/418: gnu: texlive-cm: Fix build., guix-commits, 2023/06/02
- 395/418: gnu: texlive-ec: Fix build., guix-commits, 2023/06/02
- 399/418: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/02
- 400/418: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/02
- 389/418: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/06/02
- 405/418: gnu: texlive-lh: Fix build., guix-commits, 2023/06/02
- 406/418: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/02
- 407/418: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/02
- 411/418: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/02
- 413/418: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/02
- 414/418: gnu: Add texlive-etex-pkg.,
guix-commits <=
- 416/418: gnu: faif: Update texlive package names., guix-commits, 2023/06/02
- 418/418: gnu: texlive: Improve package style., guix-commits, 2023/06/02
- 172/418: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/06/02