[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/93: gnu: Add texlive-pitex.
From: |
guix-commits |
Subject: |
59/93: gnu: Add texlive-pitex. |
Date: |
Thu, 20 Jul 2023 05:21:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 1b860eda04cef713925cd8dd0584aafa53d6a185
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:00:11 2023 +0200
gnu: Add texlive-pitex.
* gnu/packages/tex.scm (texlive-pitex): 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 0ea8f0c8a8..de416fa554 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3356,6 +3356,25 @@ obscure symbols which cannot be as easily found in other
TeX or LaTeX
packages.")
(license license:expat)))
+(define-public texlive-pitex
+ (package
+ (name "texlive-pitex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/pitex/" "tex/plain/pitex/")
+ (base32
+ "1rqawfqmh9sh7rfpfrhbmysmn1rlzmbs26nla8fj0xr45vx60219")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pitex")
+ (synopsis "Documentation macros")
+ (description
+ "The bundle provides macros that the author uses when writing
+documentation (for example, that of the @code{texapi} and @code{yax}
+packages).")
+ (license license:lppl)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 83/93: gnu: Add texlive-treetex., (continued)
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io., guix-commits, 2023/07/20
- 78/93: gnu: Add texlive-tex-ps., guix-commits, 2023/07/20
- 81/93: gnu: Add texlive-timetable., guix-commits, 2023/07/20
- 77/93: gnu: Add texlive-termmenu., guix-commits, 2023/07/20
- 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 <=
- 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, 2023/07/20
- 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