[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/245: gnu: Add texlive-begriff.
From: |
guix-commits |
Subject: |
18/245: gnu: Add texlive-begriff. |
Date: |
Sun, 30 Jul 2023 13:46:30 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3563aadb5beeefb9a0f29e01dadedffd4d5c4c25
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:04:34 2023 +0200
gnu: Add texlive-begriff.
* gnu/packages/tex.scm (texlive-begriff): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0c4a6cc0d1..f4ab883f79 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1729,6 +1729,24 @@ in-line BNF expressions using math mode.")
of mathematical disciplines.")
(license license:lppl1.3+)))
+(define-public texlive-begriff
+ (package
+ (name "texlive-begriff")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/begriff/" "tex/latex/begriff/")
+ (base32
+ "0vi7i35fqi32y26crk5aj93mivix61ppgmpz0djshizwrd9pn9xy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/begriff")
+ (synopsis "Typeset Begriffschrift")
+ (description
+ "The package defines maths mode commands for typesetting Frege's
+@emph{Begriffschrift}.")
+ (license license:gpl3+)))
+
(define-public texlive-bitelist
(package
(name "texlive-bitelist")
- 168/245: gnu: Add texlive-physics2., (continued)
- 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, 2023/07/30
- 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 <=
- 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
- 55/245: gnu: Add texlive-concrete., guix-commits, 2023/07/30
- 57/245: gnu: Add texlive-correctmathalign., guix-commits, 2023/07/30
- 59/245: gnu: Add texlive-csassignments., guix-commits, 2023/07/30
- 64/245: gnu: Add texlive-delimset., guix-commits, 2023/07/30
- 66/245: gnu: Add texlive-diffcoeff., guix-commits, 2023/07/30