me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-lshort-ukr.

* gnu/packages/tex.scm (texlive-lshort-ukr): New variable.
Nicolas Goaziou 2023-08-14 15:09:51 +02:00
parent 1a38030aec
commit 50aaa81c99
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -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")