guix-commits
[Top][All Lists]
Advanced

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

36/39: gnu: Add texlive-evangelion-jfm.


From: guix-commits
Subject: 36/39: gnu: Add texlive-evangelion-jfm.
Date: Tue, 15 Aug 2023 07:38:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3e414a563ee18b9f5f0565e25686691950fd23c9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 13:24:14 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index acc96c2149..55d1691483 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4815,6 +4815,28 @@ ellipsograph.  This package extends the functionalities 
of the @code{curve2e}
 package.")
     (license license:lppl1.3c)))
 
+(define-public texlive-evangelion-jfm
+  (package
+    (name "texlive-evangelion-jfm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/luatex/evangelion-jfm/"
+                   "tex/luatex/evangelion-jfm/")
+             (base32
+              "1wr55p96v9x58l0bqcnrbs1q47pf5v0rj8pmclfv0jx9mzc3d5j7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/evangelion-jfm";)
+    (synopsis "Japanese font metric supporting many advanced features")
+    (description
+     "This package provides a Japanese font metric supporting vertical and
+horizontal typesetting, linegap punctuations, extended fonts, and more
+interesting and helpful features using traditional and simplified Chinese or
+Japanese fonts under LuaTeX-ja.  It also makes full use of the priority
+feature, meeting the standards, and allows easy customisation.")
+    (license license:expat)))
+
 (define-public texlive-expose-expl3-dunkerque-2019
   (package
     (name "texlive-expose-expl3-dunkerque-2019")



reply via email to

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