guix-commits
[Top][All Lists]
Advanced

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

19/243: gnu: Add texlive-docsurvey.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ca3e81bfd1..55ef3e1bb6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7671,6 +7671,27 @@ Books included are:
 @end itemize")
     (license license:fdl1.3+)))
 
+(define-public texlive-docsurvey
+  (package
+    (name "texlive-docsurvey")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/docsurvey/")
+             (base32
+              "0f2kzmmpm7qwci04krmnz5impfwwmy2wwanmgq05878w8xbcqjj6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/docsurvey";)
+    (synopsis "Survey of LaTeX documentation")
+    (description
+     "This package provides a survey of programming-related documentation for
+LaTeX.  Included are references to printed and electronic books and manuals,
+symbol lists, FAQs, the LaTeX source code, CTAN and distributions,
+programming-related packages, users groups and online communities, and
+information on creating packages and documentation.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-dtl
   (package
     (name "texlive-dtl")



reply via email to

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