mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: Add texlive-colourchange.
* gnu/packages/tex.scm (texlive-colourchange): New variable.
This commit is contained in:
parent
566f8de83e
commit
46dc4d8107
1 changed files with 22 additions and 0 deletions
|
@ -76706,6 +76706,28 @@ (define-public texlive-colorweb
|
||||||
@code{color} package.")
|
@code{color} package.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-colourchange
|
||||||
|
(package
|
||||||
|
(name "texlive-colourchange")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/colourchange/"
|
||||||
|
"tex/latex/colourchange/")
|
||||||
|
(base32
|
||||||
|
"1366p2y9a2ls5mdyvar4c1s3qzpb0ghjn4dzvnsnmd36cgyqjcmc")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/colourchange")
|
||||||
|
(synopsis "Change colors in a Beamer presentation")
|
||||||
|
(description
|
||||||
|
"The package allows you to change the colour of the structural elements (inner
|
||||||
|
theme and outer theme) of your Beamer presentation during the presentation.
|
||||||
|
There is a manual option but there is also the option to have your structure
|
||||||
|
colour change from one colour to another as a function of how far through the
|
||||||
|
presentation you are.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; 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