[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/54: gnu: Add texlive-ipaex.
From: |
guix-commits |
Subject: |
03/54: gnu: Add texlive-ipaex. |
Date: |
Wed, 16 Aug 2023 07:16:55 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 92da8dab446ba25ff991075067fef9df050518aa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 11:54:25 2023 +0200
gnu: Add texlive-ipaex.
* gnu/packages/tex.scm (texlive-ipaex): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 538540bd6e..f72e973c61 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6582,6 +6582,25 @@ Finally, an @emph{e} starts the exponent of the number.
For example,
@samp{$21e6$} may be output as @samp{$26\\times10\\,^@{6@}$}.")
(license license:gpl3+)))
+(define-public texlive-ipaex
+ (package
+ (name "texlive-ipaex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ipaex/"
+ "fonts/truetype/public/ipaex/")
+ (base32
+ "0zpvpdpry4ckgbs79hy0gv8cc98x9c0cizzdqzg2qkx8clp8y1bn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ipaex")
+ (synopsis "IPA (Japanese) fonts")
+ (description
+ "The fonts provide fixed-width glyphs for Kana and Kanji characters,
+proportional width glyphs for Western characters.")
+ (license license:ipa)))
+
(define-public texlive-isomath
(package
(name "texlive-isomath")
- branch master updated (603db2ad71 -> c7e95cb941), guix-commits, 2023/08/16
- 01/54: guix: import: texlive importer handles Ruby linked scripts., guix-commits, 2023/08/16
- 03/54: gnu: Add texlive-ipaex.,
guix-commits <=
- 02/54: gnu: Add texlive-convbkmk., guix-commits, 2023/08/16
- 04/54: gnu: Add texlive-jsclasses., guix-commits, 2023/08/16
- 06/54: gnu: Add texlive-ascmac., guix-commits, 2023/08/16
- 07/54: gnu: Add texlive-asternote., guix-commits, 2023/08/16
- 08/54: gnu: Add texlive-babel-japanese., guix-commits, 2023/08/16
- 15/54: gnu: Add texlive-bxjatoucs., guix-commits, 2023/08/16
- 19/54: gnu: Add texlive-endnotesj., guix-commits, 2023/08/16
- 09/54: gnu: Add texlive-bxbase., guix-commits, 2023/08/16
- 11/54: gnu: Add texlive-bxghost., guix-commits, 2023/08/16
- 13/54: gnu: Add texlive-bxjalipsum., guix-commits, 2023/08/16