guix-commits
[Top][All Lists]
Advanced

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

25/243: gnu: Add texlive-guide-to-latex.


From: guix-commits
Subject: 25/243: gnu: Add texlive-guide-to-latex.
Date: Fri, 11 Aug 2023 08:45:29 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a80e37dd5aec2c02ccf92618e0d221be00fbf1c5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:10:49 2023 +0200

    gnu: Add texlive-guide-to-latex.
    
    * gnu/packages/tex.scm (texlive-guide-to-latex): 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 cd75a32d18..477d54d29d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4024,6 +4024,25 @@ Afterwards all necessary dimensions are calculated and 
the scheme is drawn.
 Currently two steps of symmetry reduction are supported.")
     (license license:lppl)))
 
+(define-public texlive-guide-to-latex
+  (package
+    (name "texlive-guide-to-latex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/guide-to-latex/")
+             (base32
+              "1wc5pclv27af2zr6kjjahjzxxlab31d8970jvxr9lxiqllvkxyab")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/guide-to-latex";)
+    (synopsis "Examples and more from @emph{Guide to LaTeX}, by Kopka and 
Daly")
+    (description
+     "This package contains material presented in the book @emph{Guide to 
LaTeX},
+4th edition, by Helmut Kopka and Patrick W. Daly as code, sample figures,
+processed files, as well as solutions to the exercices.")
+    (license license:lppl1.3c+)))
+
 (define-public texlive-helmholtz-ellis-ji-notation
   (package
     (name "texlive-helmholtz-ellis-ji-notation")



reply via email to

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