summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-15 11:08:25 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 15:07:48 -0400
commita01323521df018bf18b16ea82e006f35f3a091af (patch)
treeab724b7c9a46a9b2f162cd3c07228a1c9a17e706
parent5d3f8d174bf070eaa125fef26c7d5a4496ebef35 (diff)
gnu: Add texlive-lshort-vietnamese.
* gnu/packages/tex.scm (texlive-lshort-vietnamese): New variable.
-rw-r--r--gnu/packages/tex.scm18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9dbebc1618..3f6c817212 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6840,6 +6840,24 @@ short introduction to LaTeX2e}.")
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")