guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/51: gnu: Add texlive-lshort-vietnamese.


From: guix-commits
Subject: 35/51: gnu: Add texlive-lshort-vietnamese.
Date: Tue, 15 Aug 2023 05:36:08 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 46c95bf795137811b38c06b28cf08af70b4b6ff7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 11:08:25 2023 +0200

    gnu: Add texlive-lshort-vietnamese.
    
    * gnu/packages/tex.scm (texlive-lshort-vietnamese): 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 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]