guix-commits
[Top][All Lists]
Advanced

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

41/243: gnu: Add texlive-latex2e-help-texinfo.


From: guix-commits
Subject: 41/243: gnu: Add texlive-latex2e-help-texinfo.
Date: Fri, 11 Aug 2023 08:45:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 90c248f9ee7c0257ba1d3a44dbeb6be76cfc9a96
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:19:06 2023 +0200

    gnu: Add texlive-latex2e-help-texinfo.
    
    * gnu/packages/tex.scm (texlive-latex2e-help-texinfo): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index d9bbd7298a..583be31a93 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18435,6 +18435,26 @@ version is provided in legal format.")
 LaTeX Web Companion} book, together with necessary supporting files.")
     (license license:lppl)))
 
+(define-public texlive-latex2e-help-texinfo
+  (package
+    (name "texlive-latex2e-help-texinfo")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/info/latex2e.info"
+                   "doc/latex/latex2e-help-texinfo/")
+             (base32
+              "0rk69n89hl67qfbi5mmb4msaibychsk9a83dx593170ayiir6s6g")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex2e-help-texinfo";)
+    (synopsis "Unofficial reference manual covering LaTeX2e")
+    (description
+     "This is an unofficial reference manual for LaTeX.  It is provided as
+Texinfo source.  This is a collaborative development, and details of getting
+involved are to be found on the package home page.")
+    (license license:fdl1.1+)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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