me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ticket.

* gnu/packages/tex.scm (texlive-ticket): New variable.
master
Nicolas Goaziou 2023-08-29 16:03:21 +02:00
parent 9ee703d892
commit 6b421b7618
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -98169,6 +98169,27 @@ the user. The package is designed to work with the @code{memoir} class, and
also requires PerlTeX and TikZ.")
(license license:gpl3)))
(define-public texlive-ticket
(package
(name "texlive-ticket")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ticket/" "tex/latex/ticket/")
(base32
"1hn6hn8m5zf8srj67g2nwjl8jnlzbnix18db0adidf83mzwbpjws")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ticket")
(synopsis "Make labels, visiting-cards, pins with LaTeX")
(description
"This package provides an easy to handle interface to produce visiting cards,
labels for your files, stickers, pins and other stuff for your office,
conferences etc. All you need is a definition of your ticket included in
a ticket definition file and the two commands @code{\\ticketdefault} and
@code{\\ticket}.")
(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