mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-cmpj.
* gnu/packages/tex.scm (texlive-cmpj): New variable.
This commit is contained in:
parent
1067b29ac9
commit
2ed039f124
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue