mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Add texlive-philokalia.
* gnu/packages/tex.scm (texlive-philokalia): New variable.
This commit is contained in:
parent
388d0c1439
commit
ccf2d15eb2
1 changed files with 22 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue