guix-commits
[Top][All Lists]
Advanced

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

217/296: gnu: Add texlive-thubeamer.


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

ngz pushed a commit to branch master
in repository guix.

commit 0a4f487b5b58b98e3fd21400106c760ec9975da8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:44:04 2023 +0200

    gnu: Add texlive-thubeamer.
    
    * gnu/packages/tex.scm (texlive-thubeamer): 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 8edb113880..e7505aae64 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29712,6 +29712,26 @@ to use the environment.")
 of Applied Sciences}.  These Logos are available in English and in Dutch.")
     (license license:lppl1.3+)))
 
+(define-public texlive-thubeamer
+  (package
+    (name "texlive-thubeamer")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/thubeamer/"
+                   "doc/latex/thubeamer/"
+                   "source/latex/thubeamer/"
+                   "tex/latex/thubeamer/")
+             (base32
+              "07jha3pfklqas3f2mwpxqfi6h7dm4sl9jm4kl9kg68an4drzp4zj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/thubeamer";)
+    (synopsis "Beamer theme for Tsinghua University")
+    (description
+     "This package provides a Beamer theme designed for Tsinghua University.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-tinos
   (package
     (name "texlive-tinos")



reply via email to

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