From ccf2d15eb247643bff0d1a6e2e274a83a6aa361c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 19 Jun 2023 15:50:54 +0200 Subject: [PATCH] gnu: Add texlive-philokalia. * gnu/packages/tex.scm (texlive-philokalia): New variable. --- gnu/packages/tex.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 @@ available for LuaTeX by reimplementing them using Lua.") (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")