me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-calxxxx-yyyy.

* gnu/packages/tex.scm (texlive-calxxxx-yyyy): New variable.
master
Nicolas Goaziou 2023-08-29 15:45:22 +02:00
parent 9ac3d855af
commit 8d29bd9a90
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -75171,6 +75171,27 @@ headers and footers, with cells spanned over rows and columns. Decorations are
supported: padding, background color, width of separation rules.")
(license license:lppl1.3+)))
(define-public texlive-calxxxx-yyyy
(package
(name "texlive-calxxxx-yyyy")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/calxxxx-yyyy/"
"tex/latex/calxxxx-yyyy/")
(base32
"1hxi0rd8ry9j094vbw5jskcp9yvhafh9k39lvggh9fmhib2ngnh0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/calxxxx-yyyy")
(synopsis "Print a calendar for a group of years")
(description
"The package prints a calendar for two or more years, according to a language
selection. The package is also culture dependent in the sense that it will
start weeks according to local rules: e.g., weeks conventionally start on
Monday in the English-speaking world.")
(license license:lppl1.3c)))
;;;
;;; 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