gnu: Add texlive-lshort-russian.

* gnu/packages/tex.scm (texlive-lshort-russian): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 15:08:02 +02:00
parent 8390002fdf
commit 1a38030aec
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6407,6 +6407,23 @@ (define-public texlive-lshort-portuguese
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")