guix-commits
[Top][All Lists]
Advanced

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

13/54: gnu: Add texlive-bxjalipsum.


From: guix-commits
Subject: 13/54: gnu: Add texlive-bxjalipsum.
Date: Wed, 16 Aug 2023 07:16:57 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d8553bceaa5a3f844acc0702744749ab037dd6e5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 12:01:00 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e07658746b..3e15c7c717 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3343,6 +3343,27 @@ Japanese holidays.  Another command, converting dates to 
the day of the week
 in Japanese, is available as a free gift.")
     (license license:expat)))
 
+(define-public texlive-bxjalipsum
+  (package
+    (name "texlive-bxjalipsum")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bxjalipsum/"
+                   "tex/latex/bxjalipsum/")
+             (base32
+              "1d71l9mrqc2lwzri5p97rfy0rdvj6jv2jpfm10grfpbwpln7big8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bxjalipsum";)
+    (synopsis "Dummy text in Japanese")
+    (description
+     "This package enables users to print some Japanese text that can be used
+as dummy text.  It is a Japanese counterpart of the @code{lipsum} package.
+Since there is no well-known nonsense text like Lipsum in the Japanese
+language, the package uses some real text in public domain.")
+    (license license:expat)))
+
 (define-public texlive-bytefield
   (package
     (name "texlive-bytefield")



reply via email to

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