guix-commits
[Top][All Lists]
Advanced

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

35/54: gnu: Add texlive-lshort-japanese.


From: guix-commits
Subject: 35/54: gnu: Add texlive-lshort-japanese.
Date: Wed, 16 Aug 2023 07:17:02 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 134dbcebb40244aa01b49ca2959b74a562d72fb3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:54:42 2023 +0200

    gnu: Add texlive-lshort-japanese.
    
    * gnu/packages/tex.scm (texlive-lshort-japanese): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7447855350..8ecaa2c8b9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7807,6 +7807,23 @@ to LaTeX2e: LaTeX2e-Kurzbeschreibung}.")
 to LaTeX2e.}")
     (license license:gpl3+)))
 
+(define-public texlive-lshort-japanese
+  (package
+    (name "texlive-lshort-japanese")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-japanese/")
+             (base32
+              "0mfxig980jyzhay1i83d69p294hgbr92v3kk2a4z8ca3fwzy8w74")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-japanese";)
+    (synopsis "Japanese version of the @emph{Short Introduction to LaTeX2e}")
+    (description "This is the Japanese version of the @emph{(Not so) Short
+Introduction to LaTeX2e}.")
+    (license license:gpl3+)))
+
 (define-public texlive-lshort-mongol
   (package
     (name "texlive-lshort-mongol")



reply via email to

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