guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: Add texlive-pdfcol.


From: guix-commits
Subject: 01/02: gnu: Add texlive-pdfcol.
Date: Wed, 19 Jul 2023 14:32:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 29ff5d984dc121d1a93b14aab2004ff57805e885
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 19 20:27:58 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b207729919..60c0b0e7dc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26700,6 +26700,25 @@ that contain various elements (titles, bars, 
milestones, groups and links).
 Several keys customize the appearance of the chart elements.")
     (license license:lppl1.3+)))
 
+(define-public texlive-pdfcol
+  (package
+    (name "texlive-pdfcol")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/pdfcol/" "source/latex/pdfcol/"
+                   "tex/latex/pdfcol/")
+             (base32
+              "0mr09kyan59xlnxl4a97w2avp1p09w5yyv6v3p498xpjbq3dbwih")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pdfcol";)
+    (synopsis "Macros for maintaining colour stacks under pdfTeX")
+    (description
+     "This package is intended for package writers.  It defines macros for
+setting and maintaining new colour stacks.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-pdfcolfoot
   (package
     (name "texlive-pdfcolfoot")



reply via email to

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