guix-commits
[Top][All Lists]
Advanced

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

170/306: gnu: Add texlive-ipaex-type1.


From: guix-commits
Subject: 170/306: gnu: Add texlive-ipaex-type1.
Date: Mon, 21 Aug 2023 10:36:13 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b761d118c2b2bd5de396d952d8ce6802e9072c82
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:27:19 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5083bda59d..c634453bbe 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -15099,6 +15099,29 @@ journals, including @emph{Journal of Physics}.")
 proportional width glyphs for Western characters.")
     (license license:ipa)))
 
+(define-public texlive-ipaex-type1
+  (package
+    (name "texlive-ipaex-type1")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/ipaex-type1/"
+                   "fonts/enc/dvips/ipaex-type1/"
+                   "fonts/map/dvips/ipaex-type1/"
+                   "fonts/tfm/public/ipaex-type1/"
+                   "fonts/type1/public/ipaex-type1/"
+                   "tex/latex/ipaex-type1/")
+             (base32
+              "123m8i8gvyq3cncn8s11qzk976ml89aqcyapx2zs6phg9h090bc8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ipaex-type1";)
+    (synopsis "IPAex fonts converted to Type-1 format Unicode sub-fonts")
+    (description
+     "The package contains the IPAex Fonts converted into Unicode sub-fonts in
+Type 1 format, which is most suitable for use with the CJK package.")
+    (license license:ipa)))
+
 (define-public texlive-is-bst
   (package
     (name "texlive-is-bst")



reply via email to

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