[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/245: gnu: Add texlive-physics2.
From: |
guix-commits |
Subject: |
168/245: gnu: Add texlive-physics2. |
Date: |
Sun, 30 Jul 2023 13:46:57 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit b16a1f98c9d8563c9e3ee7d0add7ed720e2f7074
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:39:50 2023 +0200
gnu: Add texlive-physics2.
* gnu/packages/tex.scm (texlive-physics2): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 233195037f..081284051c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5426,6 +5426,34 @@ 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-physics2
+ (package
+ (name "texlive-physics2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/physics2/" "tex/latex/physics2/")
+ (base32
+ "03xq3cvyv4d01kmk4p14qkvyrfs583jlrjcbn9vy66gk6gcailih")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/physics2")
+ (synopsis "Macros for typesetting math faster and more simply")
+ (description
+ "The @code{physics2} package defines commands for typesetting math
+formulae faster andmore simply. @code{physics2} is a modularized package,
+each module provides its own function. You can load modules separately after
+loading @code{physics2}.
+
+Modules of physics provide the following supports:
+@itemize
+@item automatic braces,
+@item Dirac bracket notation,
+@item easy way to typeset diagonal matrices and matrices with similar entries,
+@item double cross and double dot (binary) operators for tensors.
+@end itemize")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 95/245: gnu: Add texlive-gene-logic., (continued)
- 95/245: gnu: Add texlive-gene-logic., guix-commits, 2023/07/30
- 104/245: gnu: Add texlive-hepnames., guix-commits, 2023/07/30
- 117/245: gnu: Add texlive-karnaughmap., guix-commits, 2023/07/30
- 106/245: gnu: Add texlive-hepthesis., guix-commits, 2023/07/30
- 121/245: gnu: Add texlive-logicproof., guix-commits, 2023/07/30
- 129/245: gnu: Add texlive-mathlig., guix-commits, 2023/07/30
- 131/245: gnu: Add texlive-mathpunctspace., guix-commits, 2023/07/30
- 158/245: gnu: Add texlive-numerica-tables., guix-commits, 2023/07/30
- 177/245: gnu: Add texlive-prooftrees., guix-commits, 2023/07/30
- 165/245: gnu: Add texlive-perfectcut., guix-commits, 2023/07/30
- 168/245: gnu: Add texlive-physics2.,
guix-commits <=
- 242/245: gnu: Add texlive-yquant., guix-commits, 2023/07/30
- 208/245: gnu: Add texlive-statex., guix-commits, 2023/07/30
- 235/245: gnu: Add texlive-ulqda., guix-commits, 2023/07/30
- 215/245: gnu: Add texlive-struktex., guix-commits, 2023/07/30
- 233/245: gnu: Add texlive-turnstile., guix-commits, 2023/07/30
- 245/245: gnu: Add texlive-collection-mathscience., guix-commits, 2023/07/30
- 10/245: gnu: Add texlive-aligned-overset., guix-commits, 2023/07/30
- 12/245: gnu: Add texlive-amstex., guix-commits, 2023/07/30
- 16/245: gnu: Add texlive-axodraw2., guix-commits, 2023/07/30
- 18/245: gnu: Add texlive-begriff., guix-commits, 2023/07/30