[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/245: gnu: Add texlive-grundgesetze.
From: |
guix-commits |
Subject: |
99/245: gnu: Add texlive-grundgesetze. |
Date: |
Sun, 30 Jul 2023 13:46:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 7798c1b8f75ee983e5817f28c8a310f8bc85191e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:21:37 2023 +0200
gnu: Add texlive-grundgesetze.
* gnu/packages/tex.scm (texlive-grundgesetze): 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 255b89c479..faa179e516 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3849,6 +3849,27 @@ The package also provides an interface to control
various settings including
algorithm parameters.")
(license license:expat)))
+(define-public texlive-grundgesetze
+ (package
+ (name "texlive-grundgesetze")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/grundgesetze/"
+ "source/latex/grundgesetze/"
+ "tex/latex/grundgesetze/")
+ (base32
+ "0hpl336bn33qjmq2bhqn94fjdxlcxs0lxm4sdr124dnagdnksl4n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/grundgesetze")
+ (synopsis "Typeset Frege's @emph{Grundgesetze der Arithmetik}")
+ (description
+ "The package defines maths mode commands for typesetting Gottlob Frege's
+concept-script in the style of his @emph{Grundgesetze der Arithmetik} (Basic
+Laws of Arithmetic).")
+ (license license:gpl2)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 41/245: gnu: Add texlive-chemnum., (continued)
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze.,
guix-commits <=
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30