[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
102/245: gnu: Add texlive-hep.
From: |
guix-commits |
Subject: |
102/245: gnu: Add texlive-hep. |
Date: |
Sun, 30 Jul 2023 13:46:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0bf8f9873791c9fbb3c0cd0c8831e80b580d6190
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:22:08 2023 +0200
gnu: Add texlive-hep.
* gnu/packages/tex.scm (texlive-hep): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 368e1cd71d..574f300464 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3922,6 +3922,25 @@ theoretical texts, program notes, symbol legends, etc.
Documents must be
compiled using XeLaTeX.")
(license license:cc-by4.0)))
+(define-public texlive-hep
+ (package
+ (name "texlive-hep")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hep/" "tex/latex/hep/")
+ (base32
+ "1p7phgv3d4xch9c9qwkpgrpc34nzijxfxiqkpnc9b9a3xfwh71sg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep")
+ (synopsis "Convenience wrapper for High Energy Physics packages")
+ (description
+ "This package loads the author's @code{hepunits} and @code{hepnicenames}
+packages, and a selection of others that are useful in High Energy Physics
+papers, etc.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 87/245: gnu: Add texlive-fascicules., (continued)
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh., guix-commits, 2023/07/30
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30
- 97/245: gnu: Add texlive-glosmathtools., guix-commits, 2023/07/30
- 102/245: gnu: Add texlive-hep.,
guix-commits <=
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30
- 109/245: gnu: Add texlive-includernw., guix-commits, 2023/07/30
- 105/245: gnu: Add texlive-hepparticles., guix-commits, 2023/07/30
- 114/245: gnu: Add texlive-jupynotex., guix-commits, 2023/07/30
- 38/245: gnu: Add texlive-chemexec., guix-commits, 2023/07/30
- 29/245: gnu: Add texlive-bytefield., guix-commits, 2023/07/30
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30
- 120/245: gnu: Add texlive-lie-hasse., guix-commits, 2023/07/30
- 108/245: gnu: Add texlive-ibrackets., guix-commits, 2023/07/30
- 116/245: gnu: Add texlive-karnaugh-map., guix-commits, 2023/07/30