guix-commits
[Top][All Lists]
Advanced

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

71/93: gnu: Add texlive-schemata.


From: guix-commits
Subject: 71/93: gnu: Add texlive-schemata.
Date: Thu, 20 Jul 2023 05:21:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d0d2bc3b0a6750923dd2a4897c5bdca036f66bab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 11:04:09 2023 +0200

    gnu: Add texlive-schemata.
    
    * gnu/packages/tex.scm (texlive-schemata): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 16dea437b7..6a89bedc77 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3615,6 +3615,28 @@ The rule widths are 0.05mm, which can be challenging for 
(old) laser
 printers.")
     (license license:gpl3+)))
 
+(define-public texlive-schemata
+  (package
+    (name "texlive-schemata")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/generic/schemata/"
+                   "source/generic/schemata/"
+                   "tex/generic/schemata/")
+             (base32
+              "1196653ankylbcsiv1cnrrazz2qplcs27llpv947h4m94vx4sl19")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/schemata";)
+    (synopsis "Print topical diagrams")
+    (description
+     "The package facilitates the creation of topical schemata, i.e.,
+outlines that use braces (or facsimiles thereof) to illustrate the breakdown
+of concepts and categories in Scholastic thought from late medieval and early
+modern periods.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-tex
   (package
     (name "texlive-tex")



reply via email to

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