[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/245: gnu: Add texlive-bohr.
From: |
guix-commits |
Subject: |
23/245: gnu: Add texlive-bohr. |
Date: |
Sun, 30 Jul 2023 13:46:30 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit badd23f96ad5b078535cf9a388b6b20e4f5033b5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 13:06:27 2023 +0200
gnu: Add texlive-bohr.
* gnu/packages/tex.scm (texlive-bohr): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 47e5a83dc2..9333275189 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1868,6 +1868,25 @@ plots of any transfer function given poles, zeros, and
gain.
@end itemize")
(license license:lppl1.3c)))
+(define-public texlive-bohr
+ (package
+ (name "texlive-bohr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bohr/" "tex/latex/bohr/")
+ (base32
+ "02slnkmxha906y7z04dffamy0lywq95l9yvklxjlm2kvjhqv2wnw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bohr")
+ (synopsis "Simple atom representation according to the Bohr model")
+ (description
+ "The package provides means for the creation of simple Bohr models of
+atoms up to the atomic number 112. In addition, commands are provided to
+convert atomic numbers to element symbols or element names and vice versa.")
+ (license license:lppl1.3+)))
+
(define-public texlive-borceux
(package
(name "texlive-borceux")
- 242/245: gnu: Add texlive-yquant., (continued)
- 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
- 23/245: gnu: Add texlive-bohr.,
guix-commits <=
- 24/245: gnu: Add texlive-boldtensors., guix-commits, 2023/07/30
- 28/245: gnu: Add texlive-bussproofs-extra., guix-commits, 2023/07/30
- 30/245: gnu: Add texlive-calculation., guix-commits, 2023/07/30
- 44/245: gnu: Add texlive-chemschemex., guix-commits, 2023/07/30
- 55/245: gnu: Add texlive-concrete., guix-commits, 2023/07/30
- 57/245: gnu: Add texlive-correctmathalign., guix-commits, 2023/07/30
- 59/245: gnu: Add texlive-csassignments., guix-commits, 2023/07/30
- 64/245: gnu: Add texlive-delimset., guix-commits, 2023/07/30
- 66/245: gnu: Add texlive-diffcoeff., guix-commits, 2023/07/30
- 71/245: gnu: Add texlive-dyntree., guix-commits, 2023/07/30