gnu: Add texlive-lshort-vietnamese.

* gnu/packages/tex.scm (texlive-lshort-vietnamese): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-15 11:08:25 +02:00
parent ba94e9e4ae
commit 46c95bf795
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6840,6 +6840,24 @@ (define-public texlive-lshort-ukr
Introduction to LaTeX2e}.")
(license license:gpl2+)))
(define-public texlive-lshort-vietnamese
(package
(name "texlive-lshort-vietnamese")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lshort-vietnamese/")
(base32
"094lfry6cqvpk02c3acss6581mgb7j30fnja1b3qwzxmyxjdblwa")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lshort-vietnamese")
(synopsis "Vietnamese version of the LaTeX introduction")
(description
"This is the Vietnamese version of the @emph{Short Introduction to
LaTeX2e}.")
(license license:lppl)))
(define-public texlive-lstbayes
(package
(name "texlive-lstbayes")