From 50aaa81c99aac24d8771ebc7c3eeb826a33dc42f Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 14 Aug 2023 15:09:51 +0200 Subject: [PATCH] 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")