me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fandol.

* gnu/packages/tex.scm (texlive-fandol): New variable.
Nicolas Goaziou 2023-08-15 12:16:36 +02:00
parent 60cf95df48
commit ed601538b7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -22429,6 +22429,26 @@ verbatim source).")
(define-deprecated-package texlive-latex-fancyvrb texlive-fancyvrb)
(define-public texlive-fandol
(package
(name "texlive-fandol")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/fandol/"
"fonts/opentype/public/fandol/")
(base32
"1lk91ypsvj2wkqsw8lklkqfsqimjyn0vzbwgqgs5h6kf61m6qsk5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fandol")
(synopsis "Four basic fonts for Chinese typesetting")
(description
"This package provides Fandol fonts designed for Chinese typesetting.
The current version contains four styles: Song, Hei, Kai, Fang. All fonts are
in OpenType format.")
(license license:gpl3+)))
(define-public texlive-gentium-tug
(package
(name "texlive-gentium-tug")