mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-modeles-factures-belges-assocs.
* gnu/packages/tex.scm (texlive-modeles-factures-belges-assocs): New variable.
This commit is contained in:
parent
9bfd6e77c9
commit
57b89f7a07
1 changed files with 19 additions and 0 deletions
|
@ -21866,6 +21866,25 @@ (define-public texlive-mnsymbol
|
|||
package is provided.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-modeles-factures-belges-assocs
|
||||
(package
|
||||
(name "texlive-modeles-factures-belges-assocs")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/modeles-factures-belges-assocs/"
|
||||
"tex/latex/modeles-factures-belges-assocs/")
|
||||
(base32
|
||||
"1rj4r3qa5khgc54f1gz73zywrh61rdw76hlrk9jb6b08gz56wzdz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/modeles-factures-belges-assocs")
|
||||
(synopsis "Generate invoices for Belgian non-profit organizations")
|
||||
(description
|
||||
"This package provides templates and a @file{.sty} file for generating
|
||||
invoices for Belgian non-profit organizations.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-montserrat
|
||||
(package
|
||||
(name "texlive-montserrat")
|
||||
|
|
Loading…
Reference in a new issue