[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
173/296: gnu: Add texlive-qrbill.
From: |
guix-commits |
Subject: |
173/296: gnu: Add texlive-qrbill. |
Date: |
Thu, 24 Aug 2023 05:20:42 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 793b25629758b6073e317b4ac99205f7ee7a1a02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:30:27 2023 +0200
gnu: Add texlive-qrbill.
* gnu/packages/tex.scm (texlive-qrbill): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 87435a5d65..02282f26dc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25778,6 +25778,26 @@ specifying the elements of the tree; you build up your
tree with those
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")
- 215/296: gnu: Add texlive-thesis-titlepage-fhac., (continued)
- 215/296: gnu: Add texlive-thesis-titlepage-fhac., guix-commits, 2023/08/24
- 149/296: gnu: Add texlive-ndsu-thesis., guix-commits, 2023/08/24
- 150/296: gnu: Add texlive-ndsu-thesis-2022., guix-commits, 2023/08/24
- 155/296: gnu: Add texlive-njuvisual., guix-commits, 2023/08/24
- 156/296: gnu: Add texlive-nostarch., guix-commits, 2023/08/24
- 157/296: gnu: Add texlive-nrc., guix-commits, 2023/08/24
- 161/296: gnu: Add texlive-opteng., guix-commits, 2023/08/24
- 163/296: gnu: Add texlive-philosophersimprint., guix-commits, 2023/08/24
- 164/296: gnu: Add texlive-pittetd., guix-commits, 2023/08/24
- 172/296: gnu: Add texlive-ptptex., guix-commits, 2023/08/24
- 173/296: gnu: Add texlive-qrbill.,
guix-commits <=
- 177/296: gnu: Add texlive-revtex4., guix-commits, 2023/08/24
- 193/296: gnu: Add texlive-shortmathj., guix-commits, 2023/08/24
- 197/296: gnu: Add texlive-undolabl., guix-commits, 2023/08/24
- 201/296: gnu: Add texlive-sphdthesis., guix-commits, 2023/08/24
- 213/296: gnu: Add texlive-thesis-gwu., guix-commits, 2023/08/24
- 220/296: gnu: Add texlive-tidyres., guix-commits, 2023/08/24
- 217/296: gnu: Add texlive-thubeamer., guix-commits, 2023/08/24
- 219/296: gnu: Add texlive-thuthesis., guix-commits, 2023/08/24
- 216/296: gnu: Add texlive-thuaslogos., guix-commits, 2023/08/24
- 222/296: gnu: Add texlive-tlc-article., guix-commits, 2023/08/24