gnu: Add texlive-simpler-wick.

* gnu/packages/tex.scm (texlive-simpler-wick): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 16:47:58 +02:00
parent 8e6935ebe2
commit 7e5d4d7462
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6093,6 +6093,31 @@ (define-public texlive-simplebnf
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")