mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add texlive-ipaex.
* gnu/packages/tex.scm (texlive-ipaex): New variable.
This commit is contained in:
parent
5308f4139e
commit
92da8dab44
1 changed files with 19 additions and 0 deletions
|
@ -6582,6 +6582,25 @@ (define-public texlive-ionumbers
|
|||
@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")
|
||||
|
|
Loading…
Reference in a new issue