guix-commits
[Top][All Lists]
Advanced

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

46/243: gnu: Add texlive-lshort-english.


From: guix-commits
Subject: 46/243: gnu: Add texlive-lshort-english.
Date: Fri, 11 Aug 2023 08:45:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a28ccefb28af1f73288e6cf20b9f923ca358cc8d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 12:20:31 2023 +0200

    gnu: Add texlive-lshort-english.
    
    * gnu/packages/tex.scm (texlive-lshort-english): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a445f88627..3e89a3febb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4775,6 +4775,26 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, 
and John Etchemendy.")
 LaTeX2e}.}")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-english
+  (package
+    (name "texlive-lshort-english")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-english/")
+             (base32
+              "0pzqdbzynlwvpamd69cmfpa8jdcvq96qjr9k1fy3dxpzi2mapvhd")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-english";)
+    (synopsis "(Not So) short introduction to LaTeX2e")
+    (description
+     "@emph{The Not So Short Introduction to LaTeX2e} derives from a German
+introduction (@emph{lkurz}), which was translated and updated; it continues to
+be updated.  This translation has, in its turn, been translated into several
+other languages; see the @code{lshort} catalogue entry for the current list.")
+    (license license:gpl2)))
+
 (define-public texlive-lshort-slovak
   (package
     (name "texlive-lshort-slovak")



reply via email to

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