[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/245: gnu: Add texlive-hepunits.
From: |
guix-commits |
Subject: |
107/245: gnu: Add texlive-hepunits. |
Date: |
Sun, 30 Jul 2023 13:46:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 1c7add8a79f82f9784f5240c588ecec14fb299a9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:24:43 2023 +0200
gnu: Add texlive-hepunits.
* gnu/packages/tex.scm (texlive-hepunits): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 06e46d7bb4..f5b0deb6f3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4052,6 +4052,24 @@ tabular;
The class is based on @code{scrbook}, from the KOMA-Script bundle.")
(license license:lppl)))
+(define-public texlive-hepunits
+ (package
+ (name "texlive-hepunits")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin name version
+ (list "doc/latex/hepunits/" "tex/latex/hepunits/")
+ (base32
+
"0k89jdw5hpav5wr2imrb5wcasi53qswnqqn6jb89kh5crbrywrlz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hepunits")
+ (synopsis "Set of units useful in high energy physics applications")
+ (description
+ "@code{hepunits} is a LaTeX package built on the SIunits package which
+adds a collection of useful @acronym{HEP, High Energy Physics} units to the
+existing SIunits set.")
+ (license license:lppl)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 38/245: gnu: Add texlive-chemexec., (continued)
- 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
- 69/245: gnu: Add texlive-drawmatrix., guix-commits, 2023/07/30
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits.,
guix-commits <=
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs., guix-commits, 2023/07/30
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30