me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-factura.

* gnu/packages/tex.scm (texlive-factura): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:53 +02:00
parent d0a54b1bc4
commit e6880e7e5f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -81645,6 +81645,28 @@ evolved from the @code{fax} package, and provides much better language
support.")
(license license:lppl)))
(define-public texlive-factura
(package
(name "texlive-factura")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/factura/" "source/latex/factura/"
"tex/latex/factura/")
(base32
"1kv6lqfd75lsbj413wxjx7zvxhs0s466263g1p4wik1ry3h0bj71")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/factura")
(synopsis "Typeset and calculate invoices according to Venezuelan law")
(description
"@code{factura} is a LaTeX class for typesetting and calculating invoices,
taking into account requirements of SENIAT legislation (tax collector entity
on the Bolivarian Republic of Venezuela). However, its use is not restricted
to Venezuela because all variables and the displayed text can be redefined by
invoking commands or editing.")
(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