guix-commits
[Top][All Lists]
Advanced

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

70/243: gnu: Add texlive-tlc2.


From: guix-commits
Subject: 70/243: gnu: Add texlive-tlc2.
Date: Fri, 11 Aug 2023 08:45:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b41e36a17bbb75efae823b7dea373d0683fc6bc9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:30:23 2023 +0200

    gnu: Add texlive-tlc2.
    
    * gnu/packages/tex.scm (texlive-tlc2): 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 25c3bb4273..5b28f0433e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25632,6 +25632,24 @@ based on a range of published books and theses, 
together with the LaTeX code
 used to create them.")
     (license license:lppl)))
 
+(define-public texlive-tlc2
+  (package
+    (name "texlive-tlc2")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tlc2/")
+             (base32
+              "1ysb233rjb8gpl9s35qql1dny5rj6fn8ssy2dqdqsn5xj9pdasyy")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tlc2-examples";)
+    (synopsis "Examples from @emph{The LaTeX Companion}, second edition")
+    (description
+     "This package provides the source of the examples printed in @emph{The
+LaTeX Companion} book, together with necessary supporting files.")
+    (license license:lppl)))
+
 (define-public texlive-txfonts
   (package
     (name "texlive-txfonts")



reply via email to

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