mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-factura.
* gnu/packages/tex.scm (texlive-factura): New variable.
This commit is contained in:
parent
d0a54b1bc4
commit
e6880e7e5f
1 changed files with 22 additions and 0 deletions
|
@ -81645,6 +81645,28 @@ (define-public texlive-facsimile
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue