[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/93: gnu: Add texlive-midnight.
From: |
guix-commits |
Subject: |
48/93: gnu: Add texlive-midnight. |
Date: |
Thu, 20 Jul 2023 05:21:21 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a3d88bfc75541e27532aa40d9b8ea227cb76b573
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:56:08 2023 +0200
gnu: Add texlive-midnight.
* gnu/packages/tex.scm (texlive-midnight): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 20b9a20581..df0a8d65c4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3092,6 +3092,36 @@ Metafont. Only standard features of TeX and Metafont
are used, but two runs
of TeX and one of Metafont are needed.")
(license license:gpl3+)))
+(define-public texlive-midnight
+ (package
+ (name "texlive-midnight")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/midnight/"
+ "tex/generic/midnight/")
+ (base32
+ "024g170k8cfcddch2c0qvq1als0ncp9v2zqv77yzay5jqx4iv1d7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/midnight")
+ (synopsis "Set of useful macro tools")
+ (description
+ "This package provides macro tools:
+@itemize
+@item @code{quire}: making booklets, etc.;
+@item @code{gloss}: vertically align words in consecutive sentences;
+@item @code{loop}: a looping construct;
+@item @code{dolines}: meta'-macros to separate arguments by newlines;
+@item @code{labels}: address labels and bulk mail letters;
+@item @code{styledef}: selectively input part of a file;
+@item @code{border}: borders around boxes.
+@end itemize")
+ ;; All files share the same license, which is Knuth's with additional
+ ;; requirements about documentation and references to the original source
+ ;; when modified.
+ (license (license:fsf-free "file://tex/generic/midnight/border.tex"))))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 29/93: gnu: Add texlive-fntproof., (continued)
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20
- 14/93: gnu: Add texlive-cweb-old., guix-commits, 2023/07/20
- 36/93: gnu: Add texlive-gtl., guix-commits, 2023/07/20
- 40/93: gnu: Add texlive-insbox., guix-commits, 2023/07/20
- 42/93: gnu: Add texlive-lambda-lists., guix-commits, 2023/07/20
- 45/93: gnu: Add texlive-letterspacing., guix-commits, 2023/07/20
- 48/93: gnu: Add texlive-midnight.,
guix-commits <=
- 57/93: gnu: Add texlive-pdf-trans., guix-commits, 2023/07/20
- 66/93: gnu: Add texlive-pwebmac., guix-commits, 2023/07/20
- 34/93: gnu: Add texlive-gobble., guix-commits, 2023/07/20
- 28/93: gnu: Add texlive-fltpoint., guix-commits, 2023/07/20
- 35/93: gnu: Add texlive-graphics-pln., guix-commits, 2023/07/20
- 41/93: gnu: Add texlive-js-misc., guix-commits, 2023/07/20
- 49/93: gnu: Add texlive-modulus., guix-commits, 2023/07/20
- 50/93: gnu: Add texlive-namedef., guix-commits, 2023/07/20
- 64/93: gnu: Add texlive-plstmary., guix-commits, 2023/07/20
- 54/93: gnu: Add texlive-olsak-misc., guix-commits, 2023/07/20