mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: Add texlive-qrbill.
* gnu/packages/tex.scm (texlive-qrbill): New variable.
This commit is contained in:
parent
45d47c620c
commit
793b256297
1 changed files with 20 additions and 0 deletions
|
@ -25778,6 +25778,26 @@ (define-public texlive-qobitree
|
|||
commands, and then issue the @code{\\tree} command to typeset the whole.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-qrbill
|
||||
(package
|
||||
(name "texlive-qrbill")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/qrbill/" "scripts/qrbill/"
|
||||
"source/latex/qrbill/" "tex/latex/qrbill/")
|
||||
(base32
|
||||
"0q0m2vfpndrdvihskc50imkzx6098syq9rz8mgpnl0h1ickfmx33")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/qrbill")
|
||||
(synopsis "Create QR bills using LaTeX")
|
||||
(description
|
||||
"This LaTeX package provides support for creating QR-bills for the new
|
||||
Swiss payment standards. This implementation is intended to offer an option
|
||||
to support these regulations and can be adapted for international use.")
|
||||
(license (list license:lppl1.3c license:bsd-3))))
|
||||
|
||||
(define-public texlive-qsharp
|
||||
(package
|
||||
(name "texlive-qsharp")
|
||||
|
|
Loading…
Reference in a new issue