[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/93: gnu: Add texlive-texdate.
From: |
guix-commits |
Subject: |
79/93: gnu: Add texlive-texdate. |
Date: |
Thu, 20 Jul 2023 05:21:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 91c9b83fde3ad4f1abbf0cc7cc6223bf75274edb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:07:05 2023 +0200
gnu: Add texlive-texdate.
* gnu/packages/tex.scm (texlive-texdate): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e305fc74ee..945276dec7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3817,6 +3817,31 @@ transformations of EPS files, prepress preparation,
color separation, mirror,
etc.")
(license license:public-domain)))
+(define-public texlive-texdate
+ (package
+ (name "texlive-texdate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/texdate/"
+ "source/generic/texdate/"
+ "tex/generic/texdate/")
+ (base32
+ "0knssay50rm8pbksph20hhfbpwwby3a9pswvxyq63imn5qppz2dp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/texdate")
+ (synopsis "Date printing, formatting, and manipulation in TeX")
+ (description
+ "TeX and LaTeX provide few facilities for dates by default, though many
+packages have filled this gap. This package fills it, as well, with a pure
+TeX-primitive implementation. It can print dates, advance them by numbers of
+days, weeks, or months, determine the weekday automatically, and print them
+in (mostly) arbitrary format. It can also print calendars (monthly and
+yearly) automatically, and can be easily localized for non-English
+languages.")
+ (license license:lppl1.3c)))
+
(define-public texlive-lcdftypetools
(package
(name "texlive-lcdftypetools")
- 65/93: gnu: Add texlive-present., (continued)
- 65/93: gnu: Add texlive-present., guix-commits, 2023/07/20
- 68/93: gnu: Add texlive-randomlist., guix-commits, 2023/07/20
- 71/93: gnu: Add texlive-schemata., guix-commits, 2023/07/20
- 72/93: gnu: Add texlive-shade., guix-commits, 2023/07/20
- 73/93: gnu: Add texlive-simplekv., guix-commits, 2023/07/20
- 76/93: gnu: Add texlive-tabto-generic., guix-commits, 2023/07/20
- 67/93: gnu: Add texlive-random., guix-commits, 2023/07/20
- 69/93: gnu: Add texlive-resumemac., guix-commits, 2023/07/20
- 86/93: gnu: Add texlive-varisize., guix-commits, 2023/07/20
- 88/93: gnu: Add texlive-xii-lat., guix-commits, 2023/07/20
- 79/93: gnu: Add texlive-texdate.,
guix-commits <=
- 90/93: gnu: Add texlive-xlop., guix-commits, 2023/07/20
- 89/93: gnu: Add texlive-xintsession., guix-commits, 2023/07/20
- 83/93: gnu: Add texlive-treetex., guix-commits, 2023/07/20
- 82/93: gnu: Add texlive-transparent-io., guix-commits, 2023/07/20
- 78/93: gnu: Add texlive-tex-ps., guix-commits, 2023/07/20
- 81/93: gnu: Add texlive-timetable., guix-commits, 2023/07/20
- 77/93: gnu: Add texlive-termmenu., guix-commits, 2023/07/20
- 08/93: gnu: Add texlive-c-pascal., guix-commits, 2023/07/20
- 31/93: gnu: Add texlive-fontch., guix-commits, 2023/07/20
- 37/93: gnu: Add texlive-hlist., guix-commits, 2023/07/20