guix-commits
[Top][All Lists]
Advanced

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

72/243: gnu: Add texlive-tlmgrbasics.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-tlmgrbasics.
    
    * gnu/packages/tex.scm (texlive-tlmgrbasics): 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 600ebda009..6da79522b2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25669,6 +25669,25 @@ LaTeX Companion} book, together with necessary 
supporting files.")
 necessary supporting files.")
     (license license:lppl1.3c)))
 
+(define-public texlive-tlmgrbasics
+  (package
+    (name "texlive-tlmgrbasics")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/support/tlmgrbasics/")
+             (base32
+              "0zychfw7zvx7pj8zp89zg0rjablm8p6ja2nibbdbgvan0gfc1m97")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tlmgrbasics";)
+    (synopsis "Simplified documentation for @command{tlmgr}")
+    (description
+     "This package provides simplified documentation for @command{tlmgr}, the
+TeX Live manager.  It describes the most commonly-used actions and options in
+a convenient format.")
+    (license license:gpl2+)))
+
 (define-public texlive-txfonts
   (package
     (name "texlive-txfonts")



reply via email to

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