mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add texlive-sslides.
* gnu/packages/tex.scm (texlive-sslides): New variable.
This commit is contained in:
parent
eddec664aa
commit
f724881df0
1 changed files with 18 additions and 0 deletions
|
@ -96397,6 +96397,24 @@ (define-public texlive-sseq
|
||||||
available.")
|
available.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-sslides
|
||||||
|
(package
|
||||||
|
(name "texlive-sslides")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/sslides/" "tex/latex/sslides/")
|
||||||
|
(base32
|
||||||
|
"0rplfdzzp15h3xsszzr7hcbb40kqd6bbqv8850ip8df4yd19mb8r")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/sslides")
|
||||||
|
(synopsis "Slides with headers and footers")
|
||||||
|
(description
|
||||||
|
"The class provides a variant of the LaTeX standard slides class, in which the
|
||||||
|
user may add headers and footers to the slide.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue