gnu: Add texlive-sageep.

* gnu/packages/tex.scm (texlive-sageep): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-22 16:32:42 +02:00
parent 1515359962
commit 42cf038f73
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -26621,6 +26621,26 @@ (define-public texlive-ryethesis
formatting regulations.")
(license license:lppl1.3+)))
(define-public texlive-sageep
(package
(name "texlive-sageep")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bst/sageep/" "doc/latex/sageep/"
"source/latex/sageep/" "tex/latex/sageep/")
(base32
"1xmfqqsabc7vv3rh74qlry5jkvp0ddyi8m4yynriv5vzyqigfw5y")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/sageep")
(synopsis "Format papers for the annual meeting of EEGS")
(description
"The class provides formatting for papers for the annual meeting of the
@acronym{EEGS, Environmental and Engineering Geophysical Society}: Application
of Geophysics to Engineering and Environmental Problems, known as SAGEEP.")
(license license:lppl)))
(define-public texlive-sankey
(package
(name "texlive-sankey")