guix-commits
[Top][All Lists]
Advanced

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

40/243: gnu: Add texlive-latex-web-companion.


From: guix-commits
Subject: 40/243: gnu: Add texlive-latex-web-companion.
Date: Fri, 11 Aug 2023 08:45:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ef660a6e7af270b574b7da3c9ff69168d64f61b3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:16:26 2023 +0200

    gnu: Add texlive-latex-web-companion.
    
    * gnu/packages/tex.scm (texlive-latex-web-companion): 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 4467bf9af1..d9bbd7298a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18417,6 +18417,24 @@ version of the document is provided in the 
distribution, as PDF.  An analogous
 version is provided in legal format.")
     (license license:lppl1.3+)))
 
+(define-public texlive-latex-web-companion
+  (package
+    (name "texlive-latex-web-companion")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latex-web-companion/")
+             (base32
+              "0v018lwf88z3qmzyqpyvfql7dbwk5a9r0wj3jfjc9cp2ksl8zf8f")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lwc-examples";)
+    (synopsis "Examples from @emph{The LaTeX Web Companion}")
+    (description
+     "This package contains the source of the examples printed in @emph{The
+LaTeX Web Companion} book, together with necessary supporting files.")
+    (license license:lppl)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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