guix-commits
[Top][All Lists]
Advanced

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

07/243: gnu: Add texlive-lshort-slovak.


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

ngz pushed a commit to branch master
in repository guix.

commit 7015018cdabdd4338ab97b604416e594a6088ce4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 11:56:03 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1fb4600b8f..35a9ffb36b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4512,12 +4512,30 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, 
and John Etchemendy.")
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/lshort-czech";)
-    (synopsis "Czech translation of the @emph{Short Introduction to LaTeX2e}")
+    (synopsis "Czech translation to LaTeX")
     (description
      "This is the Czech translation of a @emph{(Not So) Short Introduction to
 LaTeX2e}.}")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-slovak
+  (package
+    (name "texlive-lshort-slovak")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-slovak/")
+             (base32
+              "0b5gn95i32dyn8r7v2cdcz759fllp3b0zwx17adjs282n06vfymq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-slovak";)
+    (synopsis "Slovak introduction to LaTeX")
+    (description
+     "This package provides a Slovak translation of Oetiker's @emph{(Not So)
+Short Introduction to LaTeX2e}.")
+    (license license:lppl)))
+
 (define-public texlive-lstbayes
   (package
     (name "texlive-lstbayes")



reply via email to

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