guix-commits
[Top][All Lists]
Advanced

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

270/296: gnu: Add texlive-uwa-colours.


From: guix-commits
Subject: 270/296: gnu: Add texlive-uwa-colours.
Date: Thu, 24 Aug 2023 05:21:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f81fc61be76704cdbe018666b5971d0b2f1a048e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:16:58 2023 +0200

    gnu: Add texlive-uwa-colours.
    
    * gnu/packages/tex.scm (texlive-uwa-colours): 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 fadc5888ad..6acd70bec2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31579,6 +31579,26 @@ masters and PhD thesis submissions of the University 
of Texas at Austin.")
 for the University of Amsterdam.")
     (license license:expat)))
 
+(define-public texlive-uwa-colours
+  (package
+    (name "texlive-uwa-colours")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uwa-colours/"
+                   "source/latex/uwa-colours/"
+                   "tex/latex/uwa-colours/")
+             (base32
+              "1lryscsnwayp0s74rcdlr36bi2n45fbdq9f2h3av2n1nj57259a9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uwa-colours";)
+    (synopsis "Colour palette of the University of Western Australia")
+    (description
+     "This package uses the @code{xcolor} package to define macros for the
+colour palette of the University of Western Australia.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-vak
   (package
     (name "texlive-vak")



reply via email to

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