guix-commits
[Top][All Lists]
Advanced

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

196/296: gnu: Add texlive-transparent.


From: guix-commits
Subject: 196/296: gnu: Add texlive-transparent.
Date: Thu, 24 Aug 2023 05:21:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9b42a8f20218d810358590bc1e45578820abef32
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:37:33 2023 +0200

    gnu: Add texlive-transparent.
    
    * gnu/packages/tex.scm (texlive-transparent): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ef57f56c50..5c2bc78971 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -49972,6 +49972,28 @@ to starred sectional commands) and the entries in the 
table of contents on
 a section by section basis.")
     (license license:lppl1.3+)))
 
+(define-public texlive-transparent
+  (package
+    (name "texlive-transparent")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/transparent/"
+                   "source/latex/transparent/"
+                   "tex/latex/transparent/")
+             (base32
+              "161lfx6yv8qgk76lz0j375swrk6012djay3sjxggrsx7l92qjvhd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/transparent";)
+    (synopsis "Using a color stack for transparency with pdfTeX")
+    (description
+     "This package shows how a separate color stack can be used for
+transparency, a property besides color that works across page breaks.  If the
+PDF management is used it can also be used with other engines, but without
+support for page breaks.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-trimspaces
   (package
     (name "texlive-trimspaces")



reply via email to

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