gnu: Add texlive-termcal-de.

* gnu/packages/tex.scm (texlive-termcal-de): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-11 00:03:04 +02:00
parent 5b182f91ba
commit 4abf596489
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16068,6 +16068,27 @@ (define-public texlive-templates-sommer
@end itemize")
(license license:lppl)))
(define-public texlive-termcal-de
(package
(name "texlive-termcal-de")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/termcal-de/"
"source/latex/termcal-de/"
"tex/latex/termcal-de/")
(base32
"0av913y88vfv0yb68xx1lrqpxd8hwx8x7zzb1qcb2d9r5ry1l8z7")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/termcal-de")
(synopsis "German localization for @code{termcal}")
(description
"This package provides a German localization to the @code{termcal}
package written by Bill Mitchell, which is intended to print a term calendar
for use in planning a class.")
(license license:lppl1.3c)))
(define-public texlive-tex4ht
(package
(name "texlive-tex4ht")