guix-commits
[Top][All Lists]
Advanced

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

194/296: gnu: Add texlive-datetime.


From: guix-commits
Subject: 194/296: gnu: Add texlive-datetime.
Date: Thu, 24 Aug 2023 05:21:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 78241787d5d004f97540163f0c4d4050eec33198
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:35:49 2023 +0200

    gnu: Add texlive-datetime.
    
    * gnu/packages/tex.scm (texlive-datetime): New variable.
---
 gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 26e2c13c3d..adc6fd8167 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -68527,6 +68527,30 @@ uses PostScript @code{\\special} commands.  The 
package is now largely
 superseded by @code{pict2e}.")
     (license license:lppl)))
 
+(define-public texlive-datetime
+  (package
+    (name "texlive-datetime")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/datetime/"
+                   "source/latex/datetime/"
+                   "tex/latex/datetime/")
+             (base32
+              "07rx0bcr8b73669xmvl1q3qy96jfqlfs2yv2khjcaf2yfid3c2vw")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/datetime";)
+    (synopsis "Change format of \\today with commands for current time")
+    (description
+     "This package provides various different formats for the text created by
+the command @code{\\today}, and also provides commands for displaying the
+current time (or any given time), in 12-hour, 24-hour or text format.  It
+overrides Babel's date format, having its own library of date formats in
+different languages.  This package is now obsolete and has been replaced by
+@code{datetime2}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-datetime2
   (package
     (name "texlive-datetime2")



reply via email to

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