[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
197/245: gnu: Add texlive-shuffle.
From: |
guix-commits |
Subject: |
197/245: gnu: Add texlive-shuffle. |
Date: |
Sun, 30 Jul 2023 13:47:05 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 56d4b7624586407140430fbb5abf607c42c51f13
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:47:37 2023 +0200
gnu: Add texlive-shuffle.
* gnu/packages/tex.scm (texlive-shuffle): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2f039644e8..b84d8fe005 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6051,6 +6051,28 @@ book.")
electrical and electronics engineers and graph theorists.")
(license license:lppl)))
+(define-public texlive-shuffle
+ (package
+ (name "texlive-shuffle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/shuffle/"
+ "fonts/source/public/shuffle/"
+ "fonts/tfm/public/shuffle/"
+ "source/latex/shuffle/" "tex/latex/shuffle/")
+ (base32
+ "06ah481pi9bdbh1f9kpk66wa8yv9qbaif1b3l80415wcxijsxp24")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/shuffle")
+ (synopsis "Symbol for the shuffle product")
+ (description
+ "The bundle provides a LaTeX package and a font (as Metafont source) for
+the shuffle product which is used in some part of mathematics and physics.")
+ (license license:public-domain)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 224/245: gnu: Add texlive-tablor., (continued)
- 224/245: gnu: Add texlive-tablor., guix-commits, 2023/07/30
- 237/245: gnu: Add texlive-venn., guix-commits, 2023/07/30
- 187/245: gnu: Add texlive-revquantum., guix-commits, 2023/07/30
- 218/245: gnu: Add texlive-subtext., guix-commits, 2023/07/30
- 240/245: gnu: Add texlive-yhmath., guix-commits, 2023/07/30
- 226/245: gnu: Add texlive-tensor., guix-commits, 2023/07/30
- 243/245: gnu: Add texlive-ytableau., guix-commits, 2023/07/30
- 210/245: gnu: Add texlive-statistics., guix-commits, 2023/07/30
- 181/245: gnu: Add texlive-qsharp., guix-commits, 2023/07/30
- 225/245: gnu: Add texlive-tensind., guix-commits, 2023/07/30
- 197/245: gnu: Add texlive-shuffle.,
guix-commits <=
- 230/245: gnu: Add texlive-thermodynamics., guix-commits, 2023/07/30
- 185/245: gnu: Add texlive-resolsysteme., guix-commits, 2023/07/30
- 194/245: gnu: Add texlive-scratchx., guix-commits, 2023/07/30
- 207/245: gnu: Add texlive-stanli., guix-commits, 2023/07/30
- 198/245: gnu: Add texlive-simplebnf., guix-commits, 2023/07/30
- 193/245: gnu: Add texlive-sclang-prettifier., guix-commits, 2023/07/30
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30