guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]