[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
199/245: gnu: Add texlive-simpler-wick.
From: |
guix-commits |
Subject: |
199/245: gnu: Add texlive-simpler-wick. |
Date: |
Sun, 30 Jul 2023 13:47:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7e5d4d74623cdb2105629e5365292cf9cf06e362
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:47:58 2023 +0200
gnu: Add texlive-simpler-wick.
* gnu/packages/tex.scm (texlive-simpler-wick): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 577b588be3..846950283f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6093,6 +6093,31 @@ The included @code{bnfgrammar} environment parses BNF
expressions (possibly
annotated), so users can write readable BNF expressions in their documents.")
(license license:expat)))
+(define-public texlive-simpler-wick
+ (package
+ (name "texlive-simpler-wick")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/simpler-wick/"
+ "tex/latex/simpler-wick/")
+ (base32
+ "0iicdx5n0ifjwifxk6i0242hkk388jz1mz01zpmznixjlhx780ni")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/simpler-wick")
+ (synopsis "Simpler Wick contractions")
+ (description
+ "In every quantum field theory course, there will be a chapter about
+Wick's theorem and how it can be used to convert a very large product of many
+creation and annihilation operators into something more tractable and normal
+ordered. The contractions are denoted with a square bracket over the
+operators which are being contracted, which used to be rather annoying to
+typeset in LaTeX as the only other package available was simplewick, which is
+rather unwieldy. This package provides a simpler syntax for Wick
+contractions.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 220/245: gnu: Add texlive-syllogism., (continued)
- 220/245: gnu: Add texlive-syllogism., guix-commits, 2023/07/30
- 223/245: gnu: Add texlive-t-angles., guix-commits, 2023/07/30
- 202/245: gnu: Add texlive-sistyle., guix-commits, 2023/07/30
- 227/245: gnu: Add texlive-tex-ewd., guix-commits, 2023/07/30
- 234/245: gnu: Add texlive-moreverb., guix-commits, 2023/07/30
- 201/245: gnu: Add texlive-simplewick., guix-commits, 2023/07/30
- 183/245: gnu: Add texlive-rbt-mathnotes., guix-commits, 2023/07/30
- 190/245: gnu: Add texlive-sankey., guix-commits, 2023/07/30
- 203/245: gnu: Add texlive-siunits., guix-commits, 2023/07/30
- 209/245: gnu: Add texlive-statex2., guix-commits, 2023/07/30
- 199/245: gnu: Add texlive-simpler-wick.,
guix-commits <=
- 191/245: gnu: Add texlive-sasnrdisplay., guix-commits, 2023/07/30
- 196/245: gnu: Add texlive-sfg., guix-commits, 2023/07/30
- 200/245: gnu: Add texlive-simples-matrices., guix-commits, 2023/07/30
- 216/245: gnu: Add texlive-substances., guix-commits, 2023/07/30
- 180/245: gnu: Add texlive-pythonhighlight., guix-commits, 2023/07/30