[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/296: gnu: Add texlive-hep-paper.
From: |
guix-commits |
Subject: |
85/296: gnu: Add texlive-hep-paper. |
Date: |
Thu, 24 Aug 2023 05:20:10 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6772083e57b178da4666220df00e95489e8cfbcf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:45:33 2023 +0200
gnu: Add texlive-hep-paper.
* gnu/packages/tex.scm (texlive-hep-paper): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6cab37ee26..eee596d996 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15982,6 +15982,31 @@ always italic and upright in math and text mode
respectively. Some math font
macros are adjusted to give more consistently the naively expected results.")
(license license:lppl1.3c)))
+(define-public texlive-hep-paper
+ (package
+ (name "texlive-hep-paper")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hep-paper/"
+ "source/latex/hep-paper/"
+ "tex/latex/hep-paper/")
+ (base32
+ "05dx8vsyr8ylvfqs3s9krjrqml8qivwlwhga4ghbnd3nkkqkx95a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep-paper")
+ (synopsis "Publications in @emph{High Energy Physics}")
+ (description
+ "This package aims to provide a single style file containing most
+configurations and macros necessary to write appealing publications in
+@emph{High Energy Physics}. Instead of reinventing the wheel by introducing
+newly created macros, hep-paper preferably loads third party packages as long
+as they are light-weight enough. For usual publications it suffices to load
+the @code{hep-paper} package, without optional arguments, in addition to the
+@code{article} class.")
+ (license license:lppl1.3c)))
+
(define-public texlive-hep-reference
(package
(name "texlive-hep-reference")
- 128/296: gnu: Add texlive-llncsconf., (continued)
- 128/296: gnu: Add texlive-llncsconf., guix-commits, 2023/08/24
- 131/296: gnu: Add texlive-matc3., guix-commits, 2023/08/24
- 134/296: gnu: Add texlive-mentis., guix-commits, 2023/08/24
- 137/296: gnu: Add texlive-mnras., guix-commits, 2023/08/24
- 107/296: gnu: Add texlive-jnuexam., guix-commits, 2023/08/24
- 119/296: gnu: Add texlive-kfupm-math-exam., guix-commits, 2023/08/24
- 120/296: gnu: Add texlive-kluwer., guix-commits, 2023/08/24
- 125/296: gnu: Add texlive-limecv., guix-commits, 2023/08/24
- 126/296: gnu: Add texlive-lion-msc., guix-commits, 2023/08/24
- 130/296: gnu: Add texlive-lps., guix-commits, 2023/08/24
- 85/296: gnu: Add texlive-hep-paper.,
guix-commits <=
- 122/296: gnu: Add texlive-ku-template., guix-commits, 2023/08/24
- 133/296: gnu: Add texlive-mcmthesis., guix-commits, 2023/08/24
- 136/296: gnu: Add texlive-mluexercise., guix-commits, 2023/08/24
- 138/296: gnu: Add texlive-modeles-factures-belges-assocs., guix-commits, 2023/08/24
- 139/296: gnu: Add texlive-msu-thesis., guix-commits, 2023/08/24
- 140/296: gnu: Add texlive-mucproc., guix-commits, 2023/08/24
- 145/296: gnu: Add texlive-mynsfc., guix-commits, 2023/08/24
- 148/296: gnu: Add texlive-nddiss., guix-commits, 2023/08/24
- 144/296: gnu: Add texlive-muthesis., guix-commits, 2023/08/24
- 87/296: gnu: Add texlive-hfutthesis., guix-commits, 2023/08/24