guix-commits
[Top][All Lists]
Advanced

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

200/296: gnu: Add texlive-soton.


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

ngz pushed a commit to branch master
in repository guix.

commit 29f1118b9650e64aa9395a62784823798d9a74d2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:39:44 2023 +0200

    gnu: Add texlive-soton.
    
    * gnu/packages/tex.scm (texlive-soton): 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 9696a1b3c2..0137c811cf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -27824,6 +27824,25 @@ bibliography entry.  The styles are adapted from 
standard ones or from
 @code{natbib} ones.")
     (license license:knuth)))
 
+(define-public texlive-soton
+  (package
+    (name "texlive-soton")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/soton/" "tex/latex/soton/")
+             (base32
+              "0ib4i98x14g5bl4l5bd9ciw6aay5n6fihkyzfls52l5y9vpyglix")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/soton";)
+    (synopsis "University of Southampton-compliant slides")
+    (description
+     "The bundle contains two packages: @code{soton-palette} which defines
+colour-ways, and @code{soton-beamer}, which uses the colours to produce
+compliant presentations.")
+    (license license:lppl)))
+
 (define-public texlive-soup
   (package
     (name "texlive-soup")



reply via email to

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