[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")
- 20/33: gnu: Add texlive-lshort-ukr., (continued)
- 20/33: gnu: Add texlive-lshort-ukr., guix-commits, 2023/08/14
- 21/33: gnu: Add texlive-mongolian-babel., guix-commits, 2023/08/14
- 23/33: gnu: Add texlive-mpman-ru., guix-commits, 2023/08/14
- 29/33: gnu: Add texlive-serbian-def-cyr., guix-commits, 2023/08/14
- 07/33: gnu: Add texlive-fonts-churchslavonic., guix-commits, 2023/08/14
- 31/33: gnu: Add texlive-t2., guix-commits, 2023/08/14
- 15/33: gnu: Add texlive-lcyw., guix-commits, 2023/08/14
- 25/33: gnu: Add texlive-pst-eucl-translation-bg., guix-commits, 2023/08/14
- 27/33: gnu: Add texlive-serbian-apostrophe., guix-commits, 2023/08/14
- 30/33: gnu: Add texlive-serbian-lig., guix-commits, 2023/08/14
- 19/33: gnu: Add texlive-lshort-russian.,
guix-commits <=
- 28/33: gnu: Add texlive-serbian-date-lat., guix-commits, 2023/08/14
- 04/33: gnu: Add texlive-babel-serbian., guix-commits, 2023/08/14
- 09/33: gnu: Add texlive-cmcyr., guix-commits, 2023/08/14
- 12/33: gnu: Add texlive-eskd., guix-commits, 2023/08/14
- 11/33: gnu: Add texlive-disser., guix-commits, 2023/08/14
- 22/33: gnu: Add texlive-montex., guix-commits, 2023/08/14
- 14/33: gnu: Add texlive-gost., guix-commits, 2023/08/14
- 32/33: gnu: Add texlive-xecyrmongolian., guix-commits, 2023/08/14