[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
242/245: gnu: Add texlive-yquant.
From: |
guix-commits |
Subject: |
242/245: gnu: Add texlive-yquant. |
Date: |
Sun, 30 Jul 2023 13:47:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 52e9ee84afd978cdcddca3676ccfee93d861cdeb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 17:00:45 2023 +0200
gnu: Add texlive-yquant.
* gnu/packages/tex.scm (texlive-yquant): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8d4de445ae..dbe75a0216 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6990,6 +6990,30 @@ mathematical symbols for the representations of groups,
providing two macros,
@code{\\yng(1)} and @code{\\young(1)} to generate the whole Young-Tableau.")
(license license:lppl1.0+)))
+(define-public texlive-yquant
+ (package
+ (name "texlive-yquant")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/yquant/" "tex/latex/yquant/")
+ (base32
+ "1ibrll05slxh1xin6zb14nwic4a86gkpk60k8dzgf184l3kkv8lj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/yquant")
+ (synopsis "Typesetting quantum circuits in a human-readable language")
+ (description
+ "This LaTeX package allows to quickly draw quantum circuits. It bridges
+the gap between the two groups of packages that already exist: those that use
+a logic-oriented custom language, which is then translated into TeX by means
+of an external program; and the pure TeX versions that mainly provide some
+macros to allow for an easier input. @code{yquant} introduces a logic
+oriented language and thus brings the best of both worlds together. It builds
+on and interacts with TikZ, which brings an enourmous flexibility for
+customization of individual circuit.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 104/245: gnu: Add texlive-hepnames., (continued)
- 104/245: gnu: Add texlive-hepnames., guix-commits, 2023/07/30
- 117/245: gnu: Add texlive-karnaughmap., guix-commits, 2023/07/30
- 106/245: gnu: Add texlive-hepthesis., guix-commits, 2023/07/30
- 121/245: gnu: Add texlive-logicproof., guix-commits, 2023/07/30
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2., guix-commits, 2023/07/30
- 242/245: gnu: Add texlive-yquant.,
guix-commits <=
- 208/245: gnu: Add texlive-statex., guix-commits, 2023/07/30
- 235/245: gnu: Add texlive-ulqda., guix-commits, 2023/07/30
- 215/245: gnu: Add texlive-struktex., guix-commits, 2023/07/30
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30