[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/245: gnu: Add texlive-turnstile.
From: |
guix-commits |
Subject: |
233/245: gnu: Add texlive-turnstile. |
Date: |
Sun, 30 Jul 2023 13:47:28 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 25f683b55d1373cf5299c34c7ba5d780ca50b807
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:59:08 2023 +0200
gnu: Add texlive-turnstile.
* gnu/packages/tex.scm (texlive-turnstile): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 43915e030d..882fc2e93e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6805,6 +6805,27 @@ to use the environment.")
display calculators, specifically the TI-82 STATS.")
(license license:lppl1.3c)))
+(define-public texlive-turnstile
+ (package
+ (name "texlive-turnstile")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/turnstile/"
+ "source/latex/turnstile/"
+ "tex/latex/turnstile/")
+ (base32
+ "05ffizykplpisjy75s8zbaphpj5vk8r09ii5jzv929y54mi2qs06")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/turnstile")
+ (synopsis "Typeset the (logic) turnstile notation")
+ (description
+ "This package typesets the turnstile sign. Among other uses, this sign
+is used by logicians for denoting a consequence relation, related to a given
+logic, between a collection of formulas and a derived formula.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 129/245: gnu: Add texlive-mathlig., (continued)
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2., guix-commits, 2023/07/30
- 242/245: gnu: Add texlive-yquant., guix-commits, 2023/07/30
- 208/245: gnu: Add texlive-statex., guix-commits, 2023/07/30
- 235/245: gnu: Add texlive-ulqda., guix-commits, 2023/07/30
- 215/245: gnu: Add texlive-struktex., guix-commits, 2023/07/30
- 233/245: gnu: Add texlive-turnstile.,
guix-commits <=
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30
- 23/245: gnu: Add texlive-bohr., guix-commits, 2023/07/30
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30
- 28/245: gnu: Add texlive-bussproofs-extra., guix-commits, 2023/07/30
- 30/245: gnu: Add texlive-calculation., guix-commits, 2023/07/30
- 44/245: gnu: Add texlive-chemschemex., guix-commits, 2023/07/30