guix-commits
[Top][All Lists]
Advanced

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

17/243: gnu: Add texlive-comprehensive.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-comprehensive.
    
    * gnu/packages/tex.scm (texlive-comprehensive): 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 845db4b097..6422555ce1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7417,6 +7417,26 @@ files for changes (using an external program).")
 may encounter.")
     (license license:gpl3+)))
 
+(define-public texlive-comprehensive
+  (package
+    (name "texlive-comprehensive")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/comprehensive/")
+             (base32
+              "1pa76hkxfmms5h6y6zyg4l5wrspprhnycfdigby8302srx676vhi")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/comprehensive";)
+    (synopsis "Symbols accessible from LaTeX")
+    (description
+     "This package document the symbols accessible from LaTeX.  Over 18000
+symbols are listed as a set of tables.  The tables of symbols are ordered in
+a logical way (the document begins with a frequently requested symbols list),
+the aim being to make the document a convenient way of looking up symbols.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-ctan-o-mat
   (package
     (name "texlive-ctan-o-mat")



reply via email to

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