GNU bug report logs -
#64225
[PATCH 0/9] Adding unrelated texlive packages
Previous Next
Reported by: reza <reza <at> housseini.me>
Date: Thu, 22 Jun 2023 11:54:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 64225 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tex.scm (texlive-transparent): New variable.
---
gnu/packages/tex.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 83ec2f1de3..252f60327b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6916,6 +6916,24 @@ (define-public texlive-latex-colortbl
tables to be coloured.")
(license license:lppl)))
+(define-public texlive-transparent
+ (package
+ (inherit (simple-texlive-package
+ "texlive-transparent"
+ (list "doc/latex/transparent/"
+ "source/latex/transparent/"
+ "tex/latex/transparent/")
+ (base32
+ "172vh8fdrf67inzyrmah0kr1jdc8b3v9f18qrcrgabybhrh5j7qk")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/transparent")
+ (synopsis "Using a color stack for transparency with pdfTeX")
+ (description
+ "Since version 1.40 pdfTeX supports several color stacks; the package uses a
+separate colour stack for control of transparency (which is not, of course, a
+colour).")
+ (license license:lppl1.3+)))
+
(define-public texlive-latex-fancybox
(package
(name "texlive-latex-fancybox")
--
2.40.1
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.