guix-commits
[Top][All Lists]
Advanced

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

76/243: gnu: Add texlive-yet-another-guide-latex2e.


From: guix-commits
Subject: 76/243: gnu: Add texlive-yet-another-guide-latex2e.
Date: Fri, 11 Aug 2023 08:45:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e5be2488dc7c27b4415e00af7aca122e3634d28b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 17:56:34 2023 +0200

    gnu: Add texlive-yet-another-guide-latex2e.
    
    * gnu/packages/tex.scm (texlive-yet-another-guide-latex2e): 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 ac1c4967c2..29e94b85df 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29346,6 +29346,27 @@ not (yet) be used with other packages, since the 
implementation might
 change.")
     (license license:lppl1.3+)))
 
+(define-public texlive-yet-another-guide-latex2e
+  (package
+    (name "texlive-yet-another-guide-latex2e")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/yet-another-guide-latex2e/")
+             (base32
+              "1bxpk66cfmqc6g0d29vvfd4d6y83nhdxsb9gsfwqbh38yr6rlq1b")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/yet-another-guide-latex2e";)
+    (synopsis "Short guide to using LaTeX2e to typeset high quality documents")
+    (description
+     "This document is a short guide to using LaTeX2e to typeset high quality
+documents.  It focuses on users of Windows and guides the reader through
+installation, some of LaTeX's conventions, and creating the front matter, body
+and end matter.  The appendices contain a list of useful facilities not
+otherwise covered in this document and a list of helpful resources.")
+    (license license:fdl1.3+)))
+
 (define-public texlive-pstricks
   (package
     (name "texlive-pstricks")



reply via email to

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