gnu: Add texlive-pst-calendar.
* gnu/packages/tex.scm (texlive-pst-calendar): New variable.
This commit is contained in:
parent
1eace79f72
commit
7e4fef57df
1 changed files with 21 additions and 0 deletions
|
@ -32600,6 +32600,27 @@ (define-public texlive-pst-calculate
|
|||
level.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-pst-calendar
|
||||
(package
|
||||
(name "texlive-pst-calendar")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pst-calendar/"
|
||||
"tex/latex/pst-calendar/")
|
||||
(base32
|
||||
"07vc1jxrr0n0iwjx6qjww53xji1pv42dvlc2ghi1r14nypgm8j5n")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pst-calendar")
|
||||
(synopsis "Plot calendars in fancy ways")
|
||||
(description
|
||||
"The package draws tabular calendars, or calendars on dodecahedra with
|
||||
a month to each face. The package works for years 2000--2099, and has options
|
||||
for calendars in French German and English, but the documentation is not
|
||||
available in English.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pst-text
|
||||
(package
|
||||
(name "texlive-pst-text")
|
||||
|
|
Loading…
Reference in a new issue