guix-commits
[Top][All Lists]
Advanced

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

21/243: gnu: Add texlive-first-latex-doc.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-first-latex-doc.
    
    * gnu/packages/tex.scm (texlive-first-latex-doc): 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 7efc57ef4c..cdcd02cb73 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8226,6 +8226,25 @@ enough context to enable you to find the hyphenated word 
that's being
 referenced.")
     (license license:gpl2)))
 
+(define-public texlive-first-latex-doc
+  (package
+    (name "texlive-first-latex-doc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/first-latex-doc/")
+             (base32
+              "13ngk5pia5vbrbb4jrrlq1lmyja08m7cy4ydcjasxha8kns001ss")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/first-latex-doc";)
+    (synopsis "Document for absolute LaTeX beginners")
+    (description
+     "The document leads a reader, who knows nothing about LaTeX, through the
+production of a two page document.  The user who has completed that first
+document, and wants to carry on, will find recommendations for tutorials.")
+    (license license:public-domain)))
+
 (define-public texlive-fixpdfmag
   (package
     (name "texlive-fixpdfmag")



reply via email to

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