me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-arphic-ttf.

* gnu/packages/tex.scm (texlive-arphic-ttf): New variable.
Nicolas Goaziou 2023-08-15 19:45:46 +02:00
parent 383e9a4b0d
commit 805039426d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -2353,6 +2353,27 @@ LuaLaTeX are provided by the @code{arphic-ttf} package.")
;; 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")