[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/93: gnu: Add texlive-timetable.
From: |
guix-commits |
Subject: |
81/93: gnu: Add texlive-timetable. |
Date: |
Thu, 20 Jul 2023 05:21:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit a147928371f5619d8f26c42edabbd9398c40275a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:07:25 2023 +0200
gnu: Add texlive-timetable.
* gnu/packages/tex.scm (texlive-timetable): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dd6469c0c9..a9892db6ea 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3861,6 +3861,24 @@ languages.")
dimensional units, usable both with Plain TeX and with LaTeX.")
(license license:lppl1.3c)))
+(define-public texlive-timetable
+ (package
+ (name "texlive-timetable")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/plain/timetable/")
+ (base32
+ "1lnl8gi2rrzcy688qb8b1ff9yivwxdqmbcfx2ph49aymkxfym97b")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/timetable")
+ (synopsis "Generate timetables")
+ (description
+ "This package provides a highly-configurable package, with nice output
+and simple input. The macros use a radix sort mechanism so that the order of
+input is not critical.")
+ (license license:lppl)))
+
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")
- 67/93: gnu: Add texlive-random., (continued)
- 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
- 90/93: gnu: Add texlive-xlop., guix-commits, 2023/07/20
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 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 <=
- 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, 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