diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 15:38:51 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:10:29 +0200 |
commit | 3a29c4f51934a9e89b81e48538d5c6f25826048d (patch) | |
tree | 16ad12923a42ef3af43654e0688cfbc498c277f7 /gnu/packages | |
parent | 65377e78d4590de47c381296f5331688fdfe35bb (diff) | |
download | guix-3a29c4f51934a9e89b81e48538d5c6f25826048d.tar.gz guix-3a29c4f51934a9e89b81e48538d5c6f25826048d.zip |
gnu: Add texlive-facture-belge-simple-sans-tva.
* gnu/packages/tex.scm (texlive-facture-belge-simple-sans-tva): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 90c28f94f5..86dfb7cf0a 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -13129,6 +13129,30 @@ with or without VAT; different addresses for delivery and for billing are permitted.") (license license:cc-by-sa2.0))) +(define-public texlive-facture-belge-simple-sans-tva + (package + (name "texlive-facture-belge-simple-sans-tva") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/xelatex/facture-belge-simple-sans-tva/" + "tex/xelatex/facture-belge-simple-sans-tva/") + (base32 + "1zs2hcc5lhzvfkv83wym1rax58mryylq9b7i358ln0pklnm2gncx"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/facture-belge-simple-sans-tva") + (synopsis "Simple Belgian invoice without VAT") + (description + "This package can be used to generate invoices for Belgian individuals +who do not have a VAT number and who wish to do occasional work, or to carry +out paid additional activities during their free time up to 6,000 euros per +calendar year (amount indexed annually) without having to pay tax or social +security contributions (see the website Activites complementaires). The +package can also generate expense reports. All totals are calculated +automatically, in the invoice and in the expense report.") + (license license:lppl1.3c))) + (define-public texlive-faktor (package (name "texlive-faktor") |