guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/21: gnu: Add texlive-greekdates.


From: guix-commits
Subject: 07/21: gnu: Add texlive-greekdates.
Date: Mon, 14 Aug 2023 13:11:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f3d33e65ad9a737b46e6df1f7ab55345ca592162
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 16:38:20 2023 +0200

    gnu: Add texlive-greekdates.
    
    * gnu/packages/tex.scm (texlive-greekdates): 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 131a9d3d83..6b14865558 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11535,6 +11535,29 @@ provides the LaTeX picture mode to Plain TeX users.")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]