guix-commits
[Top][All Lists]
Advanced

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

167/296: gnu: Add texlive-powerdot-tuliplab.


From: guix-commits
Subject: 167/296: gnu: Add texlive-powerdot-tuliplab.
Date: Thu, 24 Aug 2023 05:20:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dc87d7608701c85e8274197f85d3739c11b98a6b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:28:50 2023 +0200

    gnu: Add texlive-powerdot-tuliplab.
    
    * gnu/packages/tex.scm (texlive-powerdot-tuliplab): 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 b5559b473e..83fee90dc8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25224,6 +25224,25 @@ Users may use the class itself (FUpowerdot) or use the 
package in the usual
 way with @code{\\style=BerlinFU} as a class option.")
     (license license:lppl)))
 
+(define-public texlive-powerdot-tuliplab
+  (package
+    (name "texlive-powerdot-tuliplab")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/powerdot-tuliplab/"
+                   "tex/latex/powerdot-tuliplab/")
+             (base32
+              "0wwml3n7lrfm4m9xw3a14ksa8mcrrp2gbwi9y4m5pgz1r92jmph3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/powerdot-tuliplab";)
+    (synopsis "Style package for Powerdot to provide the design of TULIP Lab")
+    (description
+     "@code{powerdot-tuliplab} is the LaTeX package used in TULIP Lab for
+presentation drafting.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-prftree
   (package
     (name "texlive-prftree")



reply via email to

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