guix-commits
[Top][All Lists]
Advanced

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

35/243: gnu: Add texlive-latex-doc-ptr.


From: guix-commits
Subject: 35/243: gnu: Add texlive-latex-doc-ptr.
Date: Fri, 11 Aug 2023 08:45:32 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-latex-doc-ptr.
    
    * gnu/packages/tex.scm (texlive-latex-doc-ptr): 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 23b8b084b5..dbb233a884 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18322,6 +18322,25 @@ English and taken to LaTeX2e and Beamer.  Additional 
material was taken from
 the @emph{Short Introduction to LaTeX}.")
     (license license:gpl3+)))
 
+(define-public texlive-latex-doc-ptr
+  (package
+    (name "texlive-latex-doc-ptr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/latex-doc-ptr/")
+             (base32
+              "0mamlfnxzi4lwh5cpss8zcfr64jdnf6vnj9fp48accrqdj2rpfs2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/latex-doc-ptr";)
+    (synopsis "Direction-finder for LaTeX resources available online")
+    (description
+     "This package provides a brief set of recommendations for users who need
+online documentation of LaTeX.  The document supports the need for
+documentation of LaTeX itself, in distributions.")
+    (license license:public-domain)))
+
 (define-public texlive-oberdiek
   (package
     (name "texlive-oberdiek")



reply via email to

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