guix-commits
[Top][All Lists]
Advanced

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

160/245: gnu: Add texlive-oplotsymbl.


From: guix-commits
Subject: 160/245: gnu: Add texlive-oplotsymbl.
Date: Sun, 30 Jul 2023 13:46:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 97a2a61e7517a44562e135f212dc17c9b03bbba8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:37:50 2023 +0200

    gnu: Add texlive-oplotsymbl.
    
    * gnu/packages/tex.scm (texlive-oplotsymbl): 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 d2d6da5baa..2e2d39918a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5241,6 +5241,26 @@ mathematical function values.")
      "The package will typeset both Z and Object-Z specifications.")
     (license license:lppl)))
 
+(define-public texlive-oplotsymbl
+  (package
+    (name "texlive-oplotsymbl")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/oplotsymbl/"
+                   "tex/latex/oplotsymbl/")
+             (base32
+              "0kbkxy18yq7990rbbm8b8ky9dyvxknzhczkfa9ki93jap8hwac2r")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/oplotsymbl";)
+    (synopsis "Some symbols which are not easily available")
+    (description
+     "This package is named oPlotSymbl and it includes symbols, which are not
+easily available.  Especially, these symbols are used in scientific plots, but
+the potential user is allowed to use them in other ways.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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