me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-advdate.

* gnu/packages/tex.scm (texlive-advdate): New variable.
master
Nicolas Goaziou 2023-08-29 15:43:37 +02:00
parent 347025c351
commit 3ba6a23c0f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -72683,6 +72683,25 @@ address books or included into letter classes like @code{akletter} or
output provides files in various formats for address books or time planners.")
(license license:lppl1.3+)))
(define-public texlive-advdate
(package
(name "texlive-advdate")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/advdate/" "tex/latex/advdate/")
(base32
"0ixgswmsiy81d9dsrk1w36qlwrsgqmcs2kkvlymgb73n8jfh8n02")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/advdate")
(synopsis "Print a date relative to today")
(description
"This package provides macros which can add a specified number of days to the
current date (as specified in @code{\\today}), to save, set and restore the
current date and to print it. The package has only been tested with Czech
dates.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar