From 1a38030aecec91b0c6cb81f049ff96ca9065c11a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 15:08:02 +0200 Subject: [PATCH] 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")