gnu: Add texlive-bohr.

* gnu/packages/tex.scm (texlive-bohr): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-30 13:06:27 +02:00
parent df92eb7c64
commit badd23f96a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1868,6 +1868,25 @@ (define-public texlive-bodeplot
@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")