me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-contracard.

* gnu/packages/tex.scm (texlive-contracard): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:40 +02:00
parent 6089022cb2
commit c71a8756bf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -77019,6 +77019,27 @@ enable printing text over a background without the need of a coloured box
around the text.")
(license license:lppl)))
(define-public texlive-contracard
(package
(name "texlive-contracard")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/contracard/"
"source/latex/contracard/"
"tex/latex/contracard/")
(base32
"07f3wq4zqc8l0mm1i0p6i225313haw9ccnha0jl937yqrzhsk5cl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/contracard")
(synopsis "Generate calling cards for dances")
(description
"This package provides a package and a class used to typeset traditional
country dances, such as contra and square dances, and to create calling cards
for the same.")
(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