guix-commits
[Top][All Lists]
Advanced

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

100/111: gnu: Add texlive-pst-vectorian.


From: guix-commits
Subject: 100/111: gnu: Add texlive-pst-vectorian.
Date: Mon, 14 Aug 2023 05:04:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 255a11227ffc141f40ec4fddbf8700a02423f80f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 10:37:39 2023 +0200

    gnu: Add texlive-pst-vectorian.
    
    * gnu/packages/tex.scm (texlive-pst-vectorian): 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 213116925a..15c58aee50 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -34308,6 +34308,26 @@ complex UML (Universal Modelling Language) diagrams.  
(The PDF documentation
 is written in French.)")
     (license license:lppl)))
 
+(define-public texlive-pst-vectorian
+  (package
+    (name "texlive-pst-vectorian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/pst-vectorian/"
+                   "dvips/pst-vectorian/"
+                   "tex/latex/pst-vectorian/")
+             (base32
+              "0knvzl4gqz79jzvb4w7a9ka1iiz5f3pjivnwvwmd1kmibykqwb67")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pst-vectorian";)
+    (synopsis "Printing ornaments")
+    (description
+     "The package uses PSTricks to draw ornaments (a substantial repertoire of
+ornaments is provided).")
+    (license license:lppl)))
+
 (define-public texlive-marginnote
   (package
     (name "texlive-marginnote")



reply via email to

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