guix-commits
[Top][All Lists]
Advanced

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

155/296: gnu: Add texlive-njuvisual.


From: guix-commits
Subject: 155/296: gnu: Add texlive-njuvisual.
Date: Thu, 24 Aug 2023 05:20:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 19e844a2a2959e25c9c856434d916b9240a8065e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:21:15 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9dd3ba411c..2b158aa630 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -23262,6 +23262,27 @@ and doctoral theses as well as postdoctoral reports.  
Compilation of this
 class requires either XeLaTeX or LuaLaTeX.")
     (license license:lppl1.3c)))
 
+(define-public texlive-njuvisual
+  (package
+    (name "texlive-njuvisual")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/njuvisual/"
+                   "source/latex/njuvisual/"
+                   "tex/latex/njuvisual/")
+             (base32
+              "1v5iv44wi0hh77j56jjccgyrh9kyyfvzbl305vqryphq0r73bk36")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/njuvisual";)
+    (synopsis "Display logos related to Nanjing University")
+    (description
+     "The njuvisual package collects standard colors and logos related to
+Nanjing University, saves the vector logos as TikZ pictures and provides
+a user-friendly interface to display them in documents and beamers.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-nucleardata
   (package
     (name "texlive-nucleardata")



reply via email to

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