[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/245: gnu: Add texlive-physunits.
From: |
guix-commits |
Subject: |
169/245: gnu: Add texlive-physunits. |
Date: |
Sun, 30 Jul 2023 13:46:58 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 196dd9c2adaf72a5dfbf83de2632f344792b2212
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:39:59 2023 +0200
gnu: Add texlive-physunits.
* gnu/packages/tex.scm (texlive-physunits): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 081284051c..989d088c8c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5454,6 +5454,28 @@ Modules of physics provide the following supports:
@end itemize")
(license license:lppl1.3c)))
+(define-public texlive-physunits
+ (package
+ (name "texlive-physunits")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/physunits/"
+ "source/latex/physunits/"
+ "tex/latex/physunits/")
+ (base32
+ "139qcg10879q17l84kqh8x1rzp8bgdcyd4iaxwgl4qlnrkg5rbl5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/physunits")
+ (synopsis "Macros for commonly used physical units")
+ (description
+ "This package provides a collection of macros to simplify using physical
units
+(e.g., @samp{m} for meters, @samp{J} for joules, etc.), especially in math
+mode. All major SI units are included, as well as some @acronym{CGS,
+Centimetre–Gram–Second} units used in astronomy.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 154/245: gnu: Add texlive-nuc., (continued)
- 154/245: gnu: Add texlive-nuc., guix-commits, 2023/07/30
- 149/245: gnu: Add texlive-namedtensor., guix-commits, 2023/07/30
- 152/245: gnu: Add texlive-nchairx., guix-commits, 2023/07/30
- 156/245: gnu: Add texlive-numerica., guix-commits, 2023/07/30
- 157/245: gnu: Add texlive-numerica-plus., guix-commits, 2023/07/30
- 151/245: gnu: Add texlive-nath., guix-commits, 2023/07/30
- 155/245: gnu: Add texlive-nucleardata., guix-commits, 2023/07/30
- 167/245: gnu: Add texlive-physconst., guix-commits, 2023/07/30
- 163/245: gnu: Add texlive-overarrows., guix-commits, 2023/07/30
- 172/245: gnu: Add texlive-polexpr., guix-commits, 2023/07/30
- 169/245: gnu: Add texlive-physunits.,
guix-commits <=
- 166/245: gnu: Add texlive-pfdicons., guix-commits, 2023/07/30
- 174/245: gnu: Add texlive-principia., guix-commits, 2023/07/30
- 164/245: gnu: Add texlive-pascaltriangle., guix-commits, 2023/07/30
- 171/245: gnu: Add texlive-pm-isomath., guix-commits, 2023/07/30
- 244/245: gnu: Add texlive-zx-calculus., guix-commits, 2023/07/30
- 241/245: gnu: Add texlive-youngtab., guix-commits, 2023/07/30
- 228/245: gnu: Add texlive-textgreek., guix-commits, 2023/07/30
- 236/245: gnu: Add texlive-unitsdef., guix-commits, 2023/07/30
- 186/245: gnu: Add texlive-rest-api., guix-commits, 2023/07/30
- 211/245: gnu: Add texlive-statistik., guix-commits, 2023/07/30