guix-commits
[Top][All Lists]
Advanced

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

71/243: gnu: Add texlive-tlc3-examples.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-tlc3-examples.
    
    * gnu/packages/tex.scm (texlive-tlc3-examples): 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 5b28f0433e..600ebda009 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25650,6 +25650,25 @@ used to create them.")
 LaTeX Companion} book, together with necessary supporting files.")
     (license license:lppl)))
 
+(define-public texlive-tlc3-examples
+  (package
+    (name "texlive-tlc3-examples")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tlc3-examples/")
+             (base32
+              "01ny6r3ycji0af0cdywn2fmxd0fyz3y7afdnn983a5gy1j9rza7v")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tlc3-examples";)
+    (synopsis "All examples from @emph{The LaTeX Companion}, third edition")
+    (description
+     "This package provides the PDFsand sources for all examples from
+@emph{The LaTeX Companion}, third edition (Parts I+II), together with
+necessary supporting files.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-txfonts
   (package
     (name "texlive-txfonts")



reply via email to

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