[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
222/245: gnu: Add texlive-synproof.
From: |
guix-commits |
Subject: |
222/245: gnu: Add texlive-synproof. |
Date: |
Sun, 30 Jul 2023 13:47:22 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 351e6454aa716a1d4bca51c60cb699cc81bdbf22
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:53:31 2023 +0200
gnu: Add texlive-synproof.
* gnu/packages/tex.scm (texlive-synproof): 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 67577bb233..54bea663fa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6576,6 +6576,26 @@ expressions, as well as graphical output from the
@code{sympy} plotting
module (or from Matplotlib).")
(license license:gpl2)))
+(define-public texlive-synproof
+ (package
+ (name "texlive-synproof")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/synproof/" "tex/latex/synproof/")
+ (base32
+ "02r0ld3lcxvjhij4lffx9kljmbv6fvz10x59bjvinqfbmmfmm58m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/synproof")
+ (synopsis "Easy drawing of syntactic proofs")
+ (description
+ "The package provides a set of macros based on PSTricks that will enable
+you to draw syntactic proofs easily (inspired by the Gamut books). Very few
+commands are needed, however fine tuning of the various
+parameters (dimensions) can still be achieved through key=value pairs.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 228/245: gnu: Add texlive-textgreek., (continued)
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30
- 232/245: gnu: Add texlive-tiscreen., guix-commits, 2023/07/30
- 182/245: gnu: Add texlive-rank-2-roots., guix-commits, 2023/07/30
- 238/245: gnu: Add texlive-witharrows., guix-commits, 2023/07/30
- 214/245: gnu: Add texlive-structmech., guix-commits, 2023/07/30
- 219/245: gnu: Add texlive-susy., guix-commits, 2023/07/30
- 179/245: gnu: Add texlive-pseudocode., guix-commits, 2023/07/30
- 222/245: gnu: Add texlive-synproof.,
guix-commits <=
- 229/245: gnu: Add texlive-textopo., guix-commits, 2023/07/30
- 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