diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 90de5ccc92..50b7b1c1f6 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")