gnu: Add texlive-greekdates.

* gnu/packages/tex.scm (texlive-greekdates): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 16:38:20 +02:00
parent 48ef9e7acf
commit f3d33e65ad
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11535,6 +11535,29 @@ (define-public texlive-greek-inputenc
definition files for use with @code{inputenc}.")
(license license:lppl1.3+)))
(define-public texlive-greekdates
(package
(name "texlive-greekdates")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/greekdates/"
"source/latex/greekdates/"
"tex/latex/greekdates/")
(base32
"1hwjskdllwxa14l12d0fn850sll3i9yihxlpjp2fk62v3iwkrq4r")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/greekdates")
(synopsis "Provides ancient Greek day and month names, dates, etc")
(description
"The package provides easy access to ancient Greek names of days and
months of various regions of Greece. In case the historical information about
a region is not complete, we use the Athenian name of the month. Moreover
commands and options are provided, in order to completely switch to the
ancient way, such as @code{\\today}.")
(license license:lppl)))
(define-public texlive-gtl
(package
(name "texlive-gtl")