mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: Add texlive-arphic-ttf.
* gnu/packages/tex.scm (texlive-arphic-ttf): New variable.
This commit is contained in:
parent
383e9a4b0d
commit
805039426d
1 changed files with 21 additions and 0 deletions
|
@ -2353,6 +2353,27 @@ (define-public texlive-arphic
|
|||
;; non-GNU FTP site, using the license below.
|
||||
(license license:arphic-1999)))
|
||||
|
||||
(define-public texlive-arphic-ttf
|
||||
(package
|
||||
(name "texlive-arphic-ttf")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/arphic-ttf/"
|
||||
"fonts/truetype/public/arphic-ttf/")
|
||||
(base32
|
||||
"141hsz7lhqpbz3k10kl57bg21yslrb562alk1a6q129i56zb7jby")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/arphic-ttf")
|
||||
(synopsis "TrueType version of Chinese Arphic fonts")
|
||||
(description
|
||||
"This package provides TrueType versions of the Chinese Arphic fonts for
|
||||
use with XeLaTeX and LuaLaTeX. Type1 versions of these fonts, for use with
|
||||
pdfLaTeX and the @code{cjk} package, are provided by the @code{arphic}
|
||||
package.")
|
||||
(license license:arphic-1999)))
|
||||
|
||||
(define-public texlive-ascii-chart
|
||||
(package
|
||||
(name "texlive-ascii-chart")
|
||||
|
|
Loading…
Reference in a new issue