[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
167/245: gnu: Add texlive-physconst.
From: |
guix-commits |
Subject: |
167/245: gnu: Add texlive-physconst. |
Date: |
Sun, 30 Jul 2023 13:46:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0050d124fd3df1fcd270fc839931c818a8e1fd7f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:39:13 2023 +0200
gnu: Add texlive-physconst.
* gnu/packages/tex.scm (texlive-physconst): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a1947581b5..233195037f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5399,6 +5399,33 @@ number of units provided should cover--in Turton's
estimate--about 90 percent
of all fluid processing operations.")
(license license:lppl1.3c)))
+(define-public texlive-physconst
+ (package
+ (name "texlive-physconst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/physconst/"
+ "source/latex/physconst/"
+ "tex/latex/physconst/")
+ (base32
+ "1jrhsycm9fp4crhy4g9i4hn7wll85fczwmvxvlzgkzi249zcssm9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/physconst")
+ (synopsis "Macros for commonly used physical constants")
+ (description
+ "This package consists of several macros that are shorthand for a variety
+of physical constants, e.g. the speed of light. The constants can be used in
+two forms, the most accurate available values, or versions that are rounded to
+3 significant digits for use in typical classroom settings, homework
+assignments, etc. Most constants are taken from CODATA 2018, with the
+exception of the astronomical objects, whose values are taken from
+International Astronomical Union specified values. Constants that are derived
+from true constants, e.g. the fine structure constant, have been calculated
+using the accepted values of the fundamental constants.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 147/245: gnu: Add texlive-filecontentsdef., (continued)
- 147/245: gnu: Add texlive-filecontentsdef., guix-commits, 2023/07/30
- 153/245: gnu: Add texlive-nicematrix., guix-commits, 2023/07/30
- 148/245: gnu: Add texlive-naive-ebnf., guix-commits, 2023/07/30
- 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 <=
- 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, 2023/07/30
- 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