[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/245: gnu: Add texlive-hepthesis.
From: |
guix-commits |
Subject: |
106/245: gnu: Add texlive-hepthesis. |
Date: |
Sun, 30 Jul 2023 13:46:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 04bab95e81de8bf654df567679dd3e704170277b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:24:25 2023 +0200
gnu: Add texlive-hepthesis.
* gnu/packages/tex.scm (texlive-hepthesis): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7301bfe653..06e46d7bb4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4022,6 +4022,36 @@ disappear if these macros are used.
@end enumerate")
(license license:lppl)))
+(define-public texlive-hepthesis
+ (package
+ (name "texlive-hepthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hepthesis/"
+ "tex/latex/hepthesis/")
+ (base32
+ "10yrdsrvnb259fi2qyjldwc6h55s5z8vadr5pf6sbaihyqnv9igg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hepthesis")
+ (synopsis "Class for academic reports, especially PhD theses")
+ (description
+ "@code{hepthesis} is a LaTeX class for typesetting large academic
+reports, in particular PhD theses. In particular, @code{hepthesis} offers:
+
+@itemize
+@item attractive semantic environments for various rubric sections;
+@item extensive options for draft production, screen viewing and binding-ready
+output;
+@item helpful extensions of existing environments, including equation and
+tabular;
+@item support for quotations at the start of the thesis and each chapter.
+@end itemize
+
+The class is based on @code{scrbook}, from the KOMA-Script bundle.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 82/245: gnu: Add texlive-eqnnumwarn., (continued)
- 82/245: gnu: Add texlive-eqnnumwarn., guix-commits, 2023/07/30
- 75/245: gnu: Add texlive-emf., guix-commits, 2023/07/30
- 78/245: gnu: Add texlive-iexec., guix-commits, 2023/07/30
- 81/245: gnu: Add texlive-eqnarray., guix-commits, 2023/07/30
- 84/245: gnu: Add texlive-extarrows., guix-commits, 2023/07/30
- 89/245: gnu: Add texlive-fixmath., guix-commits, 2023/07/30
- 90/245: gnu: Add texlive-fnspe., guix-commits, 2023/07/30
- 95/245: gnu: Add texlive-gene-logic., guix-commits, 2023/07/30
- 104/245: gnu: Add texlive-hepnames., guix-commits, 2023/07/30
- 117/245: gnu: Add texlive-karnaughmap., guix-commits, 2023/07/30
- 106/245: gnu: Add texlive-hepthesis.,
guix-commits <=
- 121/245: gnu: Add texlive-logicproof., guix-commits, 2023/07/30
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2., guix-commits, 2023/07/30
- 242/245: gnu: Add texlive-yquant., guix-commits, 2023/07/30
- 208/245: gnu: Add texlive-statex., guix-commits, 2023/07/30
- 235/245: gnu: Add texlive-ulqda., guix-commits, 2023/07/30