guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#64225] [PATCH 6/9] gnu: Add texlive-transparent.


From: reza
Subject: [bug#64225] [PATCH 6/9] gnu: Add texlive-transparent.
Date: Thu, 22 Jun 2023 11:55:52 +0000

* 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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]