[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/93: gnu: Add texlive-present.
From: |
guix-commits |
Subject: |
65/93: gnu: Add texlive-present. |
Date: |
Thu, 20 Jul 2023 05:21:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 78e7c677f471b734260e28d733eb8805e1fb2c1c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:02:25 2023 +0200
gnu: Add texlive-present.
* gnu/packages/tex.scm (texlive-present): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 03cda07c15..ab8a95f065 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3478,6 +3478,29 @@ manually.")
Mary's Road fonts, in a Plain TeX environment.")
(license license:public-domain)))
+(define-public texlive-present
+ (package
+ (name "texlive-present")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/present/" "tex/plain/present/")
+ (base32
+ "1dc7h14z7xw232mgqjayl1a4ab5pj9bz2d9wgmznh4bjylgw4lwp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/present")
+ (synopsis "Presentations with Plain TeX")
+ (description
+ "The package offers a collection of simple macros for preparing
+presentations in Plain TeX. Slide colour and text colour may be set, links
+between parts of the presentation, to other files, and to web addresses may be
+inserted. Images may be included easily, and code is available to provide
+transition effects between slides or frames. The structure of the macros is
+not overly complex, so that users should find it easy to adapt the macros to
+their specific needs.")
+ (license license:lppl)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
- 60/93: gnu: Add texlive-placeins-plain., (continued)
- 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, 2023/07/20
- 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 <=
- 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
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20
- 79/93: gnu: Add texlive-texdate., guix-commits, 2023/07/20