gnu: Add texlive-timetable.

* gnu/packages/tex.scm (texlive-timetable): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 11:07:25 +02:00
parent 073bd5b2aa
commit a147928371
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3861,6 +3861,24 @@ (define-public texlive-texdimens
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")