mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-sr-vorl.
* gnu/packages/tex.scm (texlive-sr-vorl): New variable.
This commit is contained in:
parent
21b16bcdf9
commit
217dd37dae
1 changed files with 22 additions and 0 deletions
|
@ -28001,6 +28001,28 @@ (define-public texlive-splitbib
|
|||
split and reordered.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-sr-vorl
|
||||
(package
|
||||
(name "texlive-sr-vorl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/sr-vorl/" "source/latex/sr-vorl/"
|
||||
"tex/latex/sr-vorl/")
|
||||
(base32
|
||||
"1izgzwg6a9i93zfxi0qvfrdgza3q8z5b4nhlhgq072glmdqzymf0")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sr-vorl")
|
||||
(synopsis "Class for Springer books")
|
||||
(description
|
||||
"This package provides a LaTeX class and templates for books to be
|
||||
published at Springer Gabler Research, Springer Vieweg Research, Springer
|
||||
Spektrum Research, Springer VS Research, or Springer VS Forschung. It may be
|
||||
used to produce monographs in different formats and several-authors-books
|
||||
fitting the conditions of the aforementioned publishers.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-srbtiks
|
||||
(package
|
||||
(name "texlive-srbtiks")
|
||||
|
|
Loading…
Reference in a new issue