mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-sageep.
* gnu/packages/tex.scm (texlive-sageep): New variable.
This commit is contained in:
parent
1515359962
commit
42cf038f73
1 changed files with 20 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue