gnu: Add texlive-philokalia.

* gnu/packages/tex.scm (texlive-philokalia): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-19 15:50:54 +02:00
parent 388d0c1439
commit ccf2d15eb2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6484,6 +6484,28 @@ (define-public texlive-pdftexcmds
(define-deprecated-package texlive-latex-pdftexcmds texlive-pdftexcmds)
(define-public texlive-philokalia
(package
(name "texlive-philokalia")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xelatex/philokalia/"
"fonts/opentype/public/philokalia/"
"source/xelatex/philokalia/"
"tex/xelatex/philokalia/")
(base32
"1pcszddyyc4caqd1ahcl10rf1mn0m1lrdgn1gldv94cpa89653kg")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/philokalia")
(synopsis "Font to typeset the Philokalia Books")
(description
"The @code{philokalia} package has been designed to ease the use of the
Philokalia-Regular OpenType font with XeLaTeX. The font started as a project
to digitize the typeface used to typeset the Philokalia books.")
(license license:lppl1.3c)))
(define-public texlive-piechartmp
(package
(name "texlive-piechartmp")