guix-commits
[Top][All Lists]
Advanced

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

05/54: gnu: Add texlive-morisawa.


From: guix-commits
Subject: 05/54: gnu: Add texlive-morisawa.
Date: Wed, 16 Aug 2023 07:16:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6fe19aea32c9b5fd05ca1908bc3e5e5717b9aacd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 11:58:19 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9cb5e56f40..765a64b3bf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14024,6 +14024,30 @@ advised to consider using the @code{fancyvrb} package 
in place of
 @code{moreverb}.")
     (license license:lppl)))
 
+(define-public texlive-morisawa
+  (package
+    (name "texlive-morisawa")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/morisawa/"
+                   "fonts/map/dvipdfmx/morisawa/"
+                   "fonts/tfm/public/morisawa/"
+                   "fonts/vf/public/morisawa/"
+                   "source/fonts/morisawa/"
+                   "tex/latex/morisawa/")
+             (base32
+              "1wqyiq049y0mv6d1r3d0mrjzhh5pq2vi50sr0jhd58k4wdg8zqkb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/morisawa";)
+    (synopsis
+     "Selection of 5 standard Japanese fonts for pLaTeX and dvips")
+    (description
+     "The package enables selection of 5 standard Japanese fonts for pLaTeX
+and dvips.")
+    (license license:bsd-2)))
+
 (define-public texlive-mpman-ru
   (package
     (name "texlive-mpman-ru")



reply via email to

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