gnu: Add texlive-cmpj.

* gnu/packages/tex.scm (texlive-cmpj): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 15:31:17 +02:00
parent 1067b29ac9
commit 2ed039f124
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9464,6 +9464,27 @@ (define-public texlive-cmpica
fonts are supplied as Metafont source.")
(license license:public-domain)))
(define-public texlive-cmpj
(package
(name "texlive-cmpj")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/cmpj/" "doc/latex/cmpj/"
"tex/latex/cmpj/")
(base32
"1drmil2vba85wa7ykrma452hwh7ggzsq33zrhch7rjnqaw7xihwv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/cmpj")
(synopsis "Style for the journal @emph{Condensed Matter Physics}")
(description
"The package contains macros and some documentation for typesetting
papers for submission to the @emph{Condensed Matter Physics} journal published
by the Institute for Condensed Matter Physics of the National Academy of
Sciences of Ukraine.")
(license license:lppl)))
(define-public texlive-cmsrb
(package
(name "texlive-cmsrb")