[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/93: gnu: Add texlive-newsletr.
From: |
guix-commits |
Subject: |
52/93: gnu: Add texlive-newsletr. |
Date: |
Thu, 20 Jul 2023 05:21:23 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6370d2f9c515a3b225a1ae0e2c36882c4eb98e93
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:57:39 2023 +0200
gnu: Add texlive-newsletr.
* gnu/packages/tex.scm (texlive-newsletr): 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 3b683d653a..dc20f29841 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3191,6 +3191,25 @@ information and PDF viewer's display (not in ConTeXt);
and commands to create
and use raw PDF objects.")
(license license:lppl)))
+(define-public texlive-newsletr
+ (package
+ (name "texlive-newsletr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/newsletr/" "tex/plain/newsletr/")
+ (base32
+ "0c7ggyx1jnw05vn589awxxbpfqkwf7kq4qn9pm61ycb6p9n3nn0h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/newsletr")
+ (synopsis "Macros for making newsletters with Plain TeX")
+ (description
+ "This package provides macros for making newsletters with Plain TeX.")
+ ;; License is almost Knuth's, but requires marking modifications
+ ;; explicitly instead of simply renaming the file.
+ (license (license:fsf-free "file://doc/plain/newsletr/read.me"))))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 41/93: gnu: Add texlive-js-misc., (continued)
- 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
- 60/93: gnu: Add texlive-placeins-plain., guix-commits, 2023/07/20
- 33/93: gnu: Add texlive-gfnotation., guix-commits, 2023/07/20
- 38/93: gnu: Add texlive-hyplain., guix-commits, 2023/07/20
- 43/93: gnu: Add texlive-langcode., guix-commits, 2023/07/20
- 47/93: gnu: Add texlive-metatex., guix-commits, 2023/07/20
- 52/93: gnu: Add texlive-newsletr.,
guix-commits <=
- 53/93: gnu: Add texlive-ofs., guix-commits, 2023/07/20
- 51/93: gnu: Add texlive-navigator., guix-commits, 2023/07/20
- 58/93: gnu: Add texlive-pdfmsym., guix-commits, 2023/07/20
- 63/93: gnu: Add texlive-plnfss., guix-commits, 2023/07/20
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20