gnu: Add texlive-jacow.
* gnu/packages/tex.scm (texlive-jacow): New variable.
This commit is contained in:
parent
2e08a8163f
commit
c4038ea974
1 changed files with 21 additions and 0 deletions
|
|
@ -17483,6 +17483,27 @@ words, both in cardinal and in ordinal form.")
|
||||||
Slavik Jablan. ")
|
Slavik Jablan. ")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-jacow
|
||||||
|
(package
|
||||||
|
(name "texlive-jacow")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/jacow/" "tex/latex/jacow/")
|
||||||
|
(base32
|
||||||
|
"0wdmk9zl3916hgj3f16dlfvrxxlr7ffmjih2nipgfz376ryvnbgf")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/jacow")
|
||||||
|
(synopsis
|
||||||
|
"Class for submissions to the proceedings of conferences on JACoW.org")
|
||||||
|
(description
|
||||||
|
"The @code{jacow} class is used for submissions to the proceedings of
|
||||||
|
conferences on @acronym{JACoW, Joint Accelerator Conferences Website}, an
|
||||||
|
international collaboration that publishes the proceedings of accelerator
|
||||||
|
conferences held around the world.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-jamtimes
|
(define-public texlive-jamtimes
|
||||||
(package
|
(package
|
||||||
(name "texlive-jamtimes")
|
(name "texlive-jamtimes")
|
||||||
|
|
|
||||||
Reference in a new issue