me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-isotope.

* gnu/packages/tex.scm (texlive-isotope): New variable.
master
Nicolas Goaziou 2023-08-29 15:53:16 +02:00
parent 630a327752
commit 67f92c713a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -85925,6 +85925,25 @@ package is designed for use with the @code{iso} class but may be used with any
normal class.")
(license license:lppl)))
(define-public texlive-isotope
(package
(name "texlive-isotope")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/isotope/" "source/latex/isotope/"
"tex/latex/isotope/")
(base32
"16828laxqjbq5303c649j9nb36ci3rjdki8zds6pw2y9sdiy2kki")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/isotope")
(synopsis "Typeset isotopes")
(description
"The package provides a command @code{\\isotope} for setting the atomic weight
and atomic number indications of isotopes.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar