guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

188/245: gnu: Add texlive-ribbonproofs.


From: guix-commits
Subject: 188/245: gnu: Add texlive-ribbonproofs.
Date: Sun, 30 Jul 2023 13:47:03 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 608b8328c8e0bd946929cb1cc09e8a2688fa2815
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:44:45 2023 +0200

    gnu: Add texlive-ribbonproofs.
    
    * gnu/packages/tex.scm (texlive-ribbonproofs): 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 ab333d4b45..165170c53e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5864,6 +5864,26 @@ provides fallbacks.  It also warns when users try to 
load packages which are
 known to be incompatible with @code{revtex4-1}.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ribbonproofs
+  (package
+    (name "texlive-ribbonproofs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ribbonproofs/"
+                   "tex/latex/ribbonproofs/")
+             (base32
+              "1590hcnmzffm1z2rqz0g3h5a7xpidjzw5am603pqvlsdxvjfm6my")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ribbonproofs";)
+    (synopsis "Drawing ribbon proofs")
+    (description
+     "The package provides a way to draw ribbon proofs in LaTeX, a graphical
+proof system for the propositional fragment of the logic of bunched
+implications.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]