gnu: Add texlive-invoice-class.
* gnu/packages/tex.scm (texlive-invoice-class): New variable.
This commit is contained in:
parent
2344c11eae
commit
a680deb957
1 changed files with 20 additions and 0 deletions
|
@ -85736,6 +85736,26 @@ (define-public texlive-invoice
|
|||
different languages.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-invoice-class
|
||||
(package
|
||||
(name "texlive-invoice-class")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/invoice-class/"
|
||||
"tex/latex/invoice-class/")
|
||||
(base32
|
||||
"0078i0vv2qxfxgn45rxxzll7f7b0h33jcigm9zkx6hcmq62sv0rz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/invoice-class")
|
||||
(synopsis "Produces a standard US invoice from a CSV file")
|
||||
(description
|
||||
"This class produces a standard US commercial invoice using data from a CSV file.
|
||||
Invoices can span multiple pages. The class is configurable for different
|
||||
shipping addresses.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue