[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")
- 60/296: gnu: Add texlive-els-cas-templates., (continued)
- 60/296: gnu: Add texlive-els-cas-templates., guix-commits, 2023/08/24
- 62/296: gnu: Add texlive-elteikthesis., guix-commits, 2023/08/24
- 65/296: gnu: Add texlive-estcpmm., guix-commits, 2023/08/24
- 68/296: gnu: Add texlive-fbithesis., guix-commits, 2023/08/24
- 59/296: gnu: Add texlive-elbioimp., guix-commits, 2023/08/24
- 70/296: gnu: Add texlive-fcltxdoc., guix-commits, 2023/08/24
- 73/296: gnu: Add texlive-gaceta., guix-commits, 2023/08/24
- 76/296: gnu: Add texlive-gfdl., guix-commits, 2023/08/24
- 80/296: gnu: Add texlive-gzt., guix-commits, 2023/08/24
- 90/296: gnu: Add texlive-hitszthesis., guix-commits, 2023/08/24
- 89/296: gnu: Add texlive-hitszbeamer.,
guix-commits <=
- 93/296: gnu: Add texlive-hustthesis., guix-commits, 2023/08/24
- 104/296: gnu: Add texlive-iscram., guix-commits, 2023/08/24
- 103/296: gnu: Add texlive-iodhbwm., guix-commits, 2023/08/24
- 63/296: gnu: Add texlive-emisa., guix-commits, 2023/08/24
- 66/296: gnu: Add texlive-etsvthor., guix-commits, 2023/08/24
- 67/296: gnu: Add texlive-facture-belge-simple-sans-tva., guix-commits, 2023/08/24
- 69/296: gnu: Add texlive-fcavtex., guix-commits, 2023/08/24
- 72/296: gnu: Add texlive-ftc-notebook., guix-commits, 2023/08/24
- 75/296: gnu: Add texlive-geradwp., guix-commits, 2023/08/24
- 78/296: gnu: Add texlive-grant., guix-commits, 2023/08/24