guix-commits
[Top][All Lists]
Advanced

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

19/33: gnu: Add texlive-lshort-russian.


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

ngz pushed a commit to branch master
in repository guix.

commit 1a38030aecec91b0c6cb81f049ff96ca9065c11a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 15:08:02 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1754d6dafb..04a208f31f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6407,6 +6407,23 @@ to LaTeX2e}.")
 Introduction to LaTeX2e}.")
     (license license:public-domain)))
 
+(define-public texlive-lshort-russian
+  (package
+    (name "texlive-lshort-russian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-russian/")
+             (base32
+              "02abh69xl43p56fcciyan4j0z4mqq2j7ynwazq1nywhz37d6zn7y")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-russian";)
+    (synopsis "Russian introduction to LaTeX")
+    (description "This package provides the Russian version of the @emph{Short
+Introduction to LaTeX2e}.")
+    (license license:gpl3+)))
+
 (define-public texlive-lshort-slovak
   (package
     (name "texlive-lshort-slovak")



reply via email to

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