guix-commits
[Top][All Lists]
Advanced

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

20/33: gnu: Add texlive-lshort-ukr.


From: guix-commits
Subject: 20/33: gnu: Add texlive-lshort-ukr.
Date: Mon, 14 Aug 2023 09:22:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 50aaa81c99aac24d8771ebc7c3eeb826a33dc42f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 15:09:51 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 04a208f31f..28a89725f0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6496,6 +6496,24 @@ Introduction to LaTeX2e}.")
 short introduction to LaTeX2e}.")
     (license license:public-domain)))
 
+(define-public texlive-lshort-ukr
+  (package
+    (name "texlive-lshort-ukr")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-ukr/")
+             (base32
+              "1nsah1h3z3sy96a9x0mfdwby7pvvjwq7zxfv2s8nvsbvnn1al17s")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-ukr";)
+    (synopsis "Ukrainian version of the LaTeX introduction")
+    (description
+     "This package provides the Ukrainian version of the @emph{Short
+Introduction to LaTeX2e}.")
+    (license license:gpl2+)))
+
 (define-public texlive-lstbayes
   (package
     (name "texlive-lstbayes")



reply via email to

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