guix-commits
[Top][All Lists]
Advanced

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

89/296: gnu: Add texlive-hitszbeamer.


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

ngz pushed a commit to branch master
in repository guix.

commit 80f37908331223fd088ec3f9ab86e3fae85604b1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:47:08 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 20d45f90fc..452722a61a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16439,6 +16439,29 @@ TeX to format a document for nearly-arbitrary values 
of @code{\\hsize} and
 @code{\\vsize}.")
     (license license:x11)))
 
+(define-public texlive-hitszbeamer
+  (package
+    (name "texlive-hitszbeamer")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/hitszbeamer/"
+                   "doc/latex/hitszbeamer/"
+                   "source/latex/hitszbeamer/"
+                   "tex/latex/hitszbeamer/")
+             (base32
+              "00c23sdhkvr79lzag8v1j5hyzf5iwmkr07xnz0s0n3haicbfzz44")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hitszbeamer";)
+    (synopsis "Beamer theme for Harbin Institute of Technology, ShenZhen")
+    (description
+     ;; XXX: Cannot use @acronym and @comma here, because Guile Texinfo does
+     ;; not support this combination.
+     "This is a Beamer theme designed for HITSZ (Harbin Institute of
+Technology, ShenZhen).")
+    (license license:lppl1.3c)))
+
 (define-public texlive-hmtrump
   (package
     (name "texlive-hmtrump")



reply via email to

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