guix-commits
[Top][All Lists]
Advanced

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

220/245: gnu: Add texlive-syllogism.


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

ngz pushed a commit to branch master
in repository guix.

commit 72cae574170e047c85ca3f1d4f699ee0ee55a07f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:52:50 2023 +0200

    gnu: Add texlive-syllogism.
    
    * gnu/packages/tex.scm (texlive-syllogism): 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 4a0904364f..028610abb1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6534,6 +6534,26 @@ using the @code{\\text@{@}} command from the 
@code{amstext} package.")
 abbreviations of longer expressions.")
     (license license:lppl)))
 
+(define-public texlive-syllogism
+  (package
+    (name "texlive-syllogism")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/syllogism/"
+                   "tex/latex/syllogism/")
+             (base32
+              "0ns8bv5qyzvcq59x7cjkncc9wlalcdhhnxs0r4s897qrrbz4cq43")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/syllogism";)
+    (synopsis "Typeset syllogisms in LaTeX")
+    (description
+     "The package provides a simple, configurable, way for neatly typesetting
+syllogisms and syllogistic-like arguments, composed of two premises and
+a conclusion.")
+    (license license:lppl)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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