[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
103/245: gnu: Add texlive-hep-reference.
From: |
guix-commits |
Subject: |
103/245: gnu: Add texlive-hep-reference. |
Date: |
Sun, 30 Jul 2023 13:46:45 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b880116b3bb4df72bf26b9c6774539422a2784d8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:22:17 2023 +0200
gnu: Add texlive-hep-reference.
* gnu/packages/tex.scm (texlive-hep-reference): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 574f300464..01ffcd2c68 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3941,6 +3941,27 @@ packages, and a selection of others that are useful in
High Energy Physics
papers, etc.")
(license license:lppl)))
+(define-public texlive-hep-reference
+ (package
+ (name "texlive-hep-reference")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hep-reference/"
+ "source/latex/hep-reference/"
+ "tex/latex/hep-reference/")
+ (base32
+ "1ih6l7agq2lks27f8i2z6hqza7s01jwvjcz6kr3vj36ssyvpsqmz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep-reference")
+ (synopsis "Adjustments for publications in High Energy Physics")
+ (description
+ "This package makes some changes to the reference, citation and footnote
+macros to improve the default behavior of LaTeX for High Energy Physics
+publications.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 188/245: gnu: Add texlive-ribbonproofs., (continued)
- 188/245: gnu: Add texlive-ribbonproofs., guix-commits, 2023/07/30
- 206/245: gnu: Add texlive-spbmark., guix-commits, 2023/07/30
- 189/245: gnu: Add texlive-rmathbr., guix-commits, 2023/07/30
- 217/245: gnu: Add texlive-subsupscripts., guix-commits, 2023/07/30
- 205/245: gnu: Add texlive-spalign., guix-commits, 2023/07/30
- 119/245: gnu: Add texlive-letterswitharrows., guix-commits, 2023/07/30
- 122/245: gnu: Add texlive-longdivision., guix-commits, 2023/07/30
- 113/245: gnu: Add texlive-jkmath., guix-commits, 2023/07/30
- 118/245: gnu: Add texlive-kvmap., guix-commits, 2023/07/30
- 115/245: gnu: Add texlive-karnaugh., guix-commits, 2023/07/30
- 103/245: gnu: Add texlive-hep-reference.,
guix-commits <=
- 123/245: gnu: Add texlive-lpform., guix-commits, 2023/07/30
- 130/245: gnu: Add texlive-mathpartir., guix-commits, 2023/07/30
- 138/245: gnu: Add texlive-memorygraphs., guix-commits, 2023/07/30
- 134/245: gnu: Add texlive-matrix-skeleton., guix-commits, 2023/07/30
- 144/245: gnu: Add texlive-miller., guix-commits, 2023/07/30
- 140/245: gnu: Add texlive-mgltex., guix-commits, 2023/07/30
- 142/245: gnu: Add texlive-mhchem., guix-commits, 2023/07/30
- 141/245: gnu: Add texlive-chemgreek., guix-commits, 2023/07/30
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30