mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-haranoaji.
* gnu/packages/tex.scm (texlive-haranoaji): New variable.
This commit is contained in:
parent
456bf2f566
commit
e0158fa892
1 changed files with 21 additions and 0 deletions
|
@ -23855,6 +23855,27 @@ (define-public texlive-halloweenmath
|
|||
rest of the mathematics produced by (AmS-)LaTeX.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-haranoaji
|
||||
(package
|
||||
(name "texlive-haranoaji")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/haranoaji/"
|
||||
"fonts/opentype/public/haranoaji/")
|
||||
(base32
|
||||
"06lkgiylh0vjxqm8i4dvygna0zb112dw5xxlh8r5hr5kf2805m99")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/haranoaji")
|
||||
(synopsis "Harano Aji fonts")
|
||||
(description
|
||||
"Harano Aji fonts (Harano Aji Mincho and Harano Aji Gothic) are fonts
|
||||
obtained by replacing Adobe-Identity-0 (AI0) CIDs of Source Han fonts (Source
|
||||
Han Serif and Source Han Sans) with Adobe-Japan1 (AJ1) CIDs. There are 14
|
||||
fonts, 7 weights each for Mincho and Gothic.")
|
||||
(license license:silofl1.1)))
|
||||
|
||||
(define-public texlive-hardwrap
|
||||
(package
|
||||
(name "texlive-hardwrap")
|
||||
|
|
Loading…
Reference in a new issue