[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
201/245: gnu: Add texlive-simplewick.
From: |
guix-commits |
Subject: |
201/245: gnu: Add texlive-simplewick. |
Date: |
Sun, 30 Jul 2023 13:47:06 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit f8b1191e064a10b0954aaafbce2374149fe24ba1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:48:17 2023 +0200
gnu: Add texlive-simplewick.
* gnu/packages/tex.scm (texlive-simplewick): 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 889d0ddb90..a49b6b8959 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6138,6 +6138,26 @@ contractions.")
coefficients are given row by row in a list of values separated by commas.")
(license license:lppl1.3c)))
+(define-public texlive-simplewick
+ (package
+ (name "texlive-simplewick")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/simplewick/"
+ "source/latex/simplewick/"
+ "tex/latex/simplewick/")
+ (base32
+ "13c5hk9f8cw48j08qb0i4vh649n9maq7kjs1cf0zfmkdiqi3b6iw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/simplewick")
+ (synopsis "Simple Wick contractions")
+ (description
+ "The package provides a simple means of drawing Wick contractions above
+and below expressions.")
+ (license license:gpl3+)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 192/245: gnu: Add texlive-sciposter., (continued)
- 192/245: gnu: Add texlive-sciposter., guix-commits, 2023/07/30
- 212/245: gnu: Add texlive-statmath., guix-commits, 2023/07/30
- 213/245: gnu: Add texlive-steinmetz., guix-commits, 2023/07/30
- 231/245: gnu: Add texlive-thmbox., guix-commits, 2023/07/30
- 204/245: gnu: Add texlive-skmath., guix-commits, 2023/07/30
- 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 <=
- 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, 2023/07/30
- 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