gnu: Add texlive-invoice2.

* gnu/packages/tex.scm (texlive-invoice2): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:08 +02:00
parent a680deb957
commit 54bc7604b5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -85756,6 +85756,28 @@ (define-public texlive-invoice-class
shipping addresses.")
(license license:lppl1.3+)))
(define-public texlive-invoice2
(package
(name "texlive-invoice2")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/invoice2/"
"source/latex/invoice2/"
"tex/latex/invoice2/")
(base32
"133v3jk4lhbp17i1435jf4n3gnb7r892qiylzpd65pxdwivi3k0n")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/invoice2")
(synopsis "Intelligent invoices with LaTeX3")
(description
"This package typesets invoices with automatic VAT and calculation of totals.
It supports internationalization, invoices are typeset with @code{booktabs}
for readability. It does not support separate projects per invoice. It can
be used as a replacement for @code{invoice} in most cases.")
(license license:gpl3+)))
;;;
;;; 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