[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/93: gnu: Add texlive-zztex.
From: |
guix-commits |
Subject: |
91/93: gnu: Add texlive-zztex. |
Date: |
Thu, 20 Jul 2023 05:21:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 92ca4ac79b1741af6c084f3e79715c45b7cce08a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:09:53 2023 +0200
gnu: Add texlive-zztex.
* gnu/packages/tex.scm (texlive-zztex): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 969c36d41e..1c6226fdd1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4063,6 +4063,25 @@ features allow to deal with numbers (tests, display,
some high level
operations, etc.)")
(license license:lppl1.3+)))
+(define-public texlive-zztex
+ (package
+ (name "texlive-zztex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/zztex/" "tex/plain/zztex/")
+ (base32
+ "07vx3m2g4vl2v1nxxy5dih67jg406y2i94sgkrmplm54b0pp42g3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zztex")
+ (synopsis "TeX macro package for producing books, journals, and manuals")
+ (description
+ "The ZzTeX macro package is a full-featured TeX macro package specially
+designed for producing books, journals, and manuals. ZzTeX runs under Plain
+TeX.")
+ (license license:expat)))
+
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")
- 08/93: gnu: Add texlive-c-pascal., (continued)
- 08/93: gnu: Add texlive-c-pascal., guix-commits, 2023/07/20
- 31/93: gnu: Add texlive-fontch., guix-commits, 2023/07/20
- 37/93: gnu: Add texlive-hlist., guix-commits, 2023/07/20
- 55/93: gnu: Add texlive-outerhbox., guix-commits, 2023/07/20
- 56/93: gnu: Add texlive-path., guix-commits, 2023/07/20
- 59/93: gnu: Add texlive-pitex., guix-commits, 2023/07/20
- 61/93: gnu: Add texlive-plainpkg., guix-commits, 2023/07/20
- 62/93: gnu: Add texlive-plipsum., guix-commits, 2023/07/20
- 87/93: gnu: Add texlive-xii., guix-commits, 2023/07/20
- 84/93: gnu: Add texlive-trigonometry., guix-commits, 2023/07/20
- 91/93: gnu: Add texlive-zztex.,
guix-commits <=
- 93/93: gnu: Add texlive-collection-plaingeneric., guix-commits, 2023/07/20
- 80/93: gnu: Add texlive-texdimens., guix-commits, 2023/07/20
- 85/93: gnu: Add texlive-upca., guix-commits, 2023/07/20
- 70/93: gnu: Add texlive-ruler., guix-commits, 2023/07/20
- 75/93: gnu: Add texlive-systeme., guix-commits, 2023/07/20
- 74/93: gnu: Add texlive-swrule., guix-commits, 2023/07/20
- 44/93: gnu: Add texlive-lecturer., guix-commits, 2023/07/20
- 92/93: gnu: Add texlive-poormanlog., guix-commits, 2023/07/20
- 46/93: gnu: Add texlive-localloc., guix-commits, 2023/07/20