mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: Add texlive-beamerdarkthemes.
* gnu/packages/tex.scm (texlive-beamerdarkthemes): New variable.
This commit is contained in:
parent
b51c2f64a0
commit
f2ed2d53eb
1 changed files with 22 additions and 0 deletions
|
@ -73714,6 +73714,28 @@ (define-public texlive-beamercolorthemeowl
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-beamerdarkthemes
|
||||||
|
(package
|
||||||
|
(name "texlive-beamerdarkthemes")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/beamerdarkthemes/"
|
||||||
|
"tex/latex/beamerdarkthemes/")
|
||||||
|
(base32
|
||||||
|
"08w0qqzy9ibi48ah7f2mpzlgfb7wnn202gcrbj0n82w3sxn8lilc")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/beamerdarkthemes")
|
||||||
|
(synopsis "Dark color themes for Beamer")
|
||||||
|
(description
|
||||||
|
"This package provides a package with three dark color themes for Beamer,
|
||||||
|
designed for presentations with pictures and/or for bright rooms without
|
||||||
|
screen. These themes mix one dominant foreground colour and a black
|
||||||
|
background. Cormorant stands for green, Frigatebird for red and Magpie for
|
||||||
|
blue.")
|
||||||
|
(license (list license:lppl1.3+ license:cc-by4.0))))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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