[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: Add texlive-tcolorbox.
From: |
guix-commits |
Subject: |
06/09: gnu: Add texlive-tcolorbox. |
Date: |
Tue, 4 May 2021 09:17:50 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 50bc363a76e27f13c739f1eb5c8584d2dca1b498
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 15:09:52 2021 +0200
gnu: Add texlive-tcolorbox.
* gnu/packages/tex.scm (texlive-tcolorbox): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3cf61d8..a863458 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8370,6 +8370,32 @@ provided box macros are @code{\\lapbox},
@code{\\marginbox},
@code{\\minsizebox}, @code{\\maxsizebox} and @code{\\phantombox}.")
(license license:lppl1.3))))
+(define-public texlive-tcolorbox
+ (let ((template (simple-texlive-package
+ "texlive-tcolorbox"
+ (list "/doc/latex/tcolorbox/"
+ "/tex/latex/tcolorbox/")
+ (base32
+ "172lcnk6964alsga5w6kcvjhpjjcw1g9df73k8pyhl5lf4fmxa29")
+ #:trivial? #true)))
+ (package
+ (inherit template)
+ (propagated-inputs
+ `(("texlive-etoolbox" ,texlive-etoolbox)
+ ("texlive-latex-environ" ,texlive-latex-environ)
+ ("texlive-latex-pgf" ,texlive-latex-pgf)
+ ("texlive-latex-tools" ,texlive-latex-tools)))
+ (home-page "https://www.ctan.org/pkg/tcolorbox")
+ (synopsis "Colored boxes, for LaTeX examples and theorems, etc")
+ (description "This package provides an environment for colored and
+framed text boxes with a heading line. Optionally, such a box may be split in
+an upper and a lower part; thus the package may be used for the setting of
+LaTeX examples where one part of the box displays the source code and the
+other part shows the output. Another common use case is the setting of
+theorems. The package supports saving and reuse of source code and text
+parts.")
+ (license license:lppl1.3c+))))
+
(define-public texlive-kastrup
(package
(name "texlive-kastrup")
- branch master updated (7ca996c -> 6cd9cb0), guix-commits, 2021/05/04
- 01/09: gnu: Add texlive-titling., guix-commits, 2021/05/04
- 04/09: gnu: Add texlive-collectbox., guix-commits, 2021/05/04
- 03/09: gnu: Add texlive-storebox., guix-commits, 2021/05/04
- 02/09: gnu: Add texlive-ifoddpage., guix-commits, 2021/05/04
- 05/09: gnu: Add texlive-adjustbox., guix-commits, 2021/05/04
- 06/09: gnu: Add texlive-tcolorbox.,
guix-commits <=
- 07/09: gnu: Add texlive-eurosym., guix-commits, 2021/05/04
- 09/09: gnu: python-nbconvert: Simplify build phase., guix-commits, 2021/05/04
- 08/09: gnu: python-nbconvert: Use modular texlive packages., guix-commits, 2021/05/04