guix-commits
[Top][All Lists]
Advanced

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

55/243: gnu: Add texlive-pictexsum.


From: guix-commits
Subject: 55/243: gnu: Add texlive-pictexsum.
Date: Fri, 11 Aug 2023 08:45:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d8596850c08c6df31a02d0fe036a95162edec728
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:23:27 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9703a44710..d9599692aa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13808,6 +13808,25 @@ modifies @code{\\plot} to use a rule instead of dots 
if the line segment is
 horizontal or vertical.")
     (license license:lppl)))
 
+(define-public texlive-pictexsum
+  (package
+    (name "texlive-pictexsum")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/pictexsum/")
+             (base32
+              "00yd0945qiss5jizkxncg8a9bdsld7mkhaipi92bbn1ghqicsw5a")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pictexsum";)
+    (synopsis "Summary of PicTeX commands")
+    (description
+     "The document summarises the commands of PicTeX.  While it is no
+substitute for the PicTeX manual itself, the document is a useful aide-memoire
+for those who have read the manual.")
+    (license license:bsd-2)))
+
 (define-public texlive-pinlabel
   (package
     (name "texlive-pinlabel")



reply via email to

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