me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-colorframed.

* gnu/packages/tex.scm (texlive-colorframed): New variable.
master
Nicolas Goaziou 2023-08-29 15:46:20 +02:00
parent 6fff6b6117
commit 2d63d73012
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -76562,6 +76562,25 @@ process of writing. Three options are provided, including a non-color option
designed for printing (which numbers delimiters and underlines new commands).")
(license license:lppl1.0+)))
(define-public texlive-colorframed
(package
(name "texlive-colorframed")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/colorframed/"
"tex/latex/colorframed/")
(base32
"0sfg6rkyhh9i13003xdm6mnskj4nlngwq268ra4ik9vrb11s70g9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/colorframed")
(synopsis "Fix color problems with the package @code{framed}")
(description
"This package fixes problems with colour loss that occurres in the
environments of the @code{framed} package.")
(license license:lppl1.3c)))
;;;
;;; 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