mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-yannisgr.
* gnu/packages/tex.scm (texlive-yannisgr): New variable.
This commit is contained in:
parent
e63f84ae80
commit
acc671acf7
1 changed files with 23 additions and 0 deletions
|
@ -13254,6 +13254,29 @@ (define-public texlive-xlop
|
|||
operations, etc.)")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-yannisgr
|
||||
(package
|
||||
(name "texlive-yannisgr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/yannisgr/"
|
||||
"fonts/source/public/yannisgr/"
|
||||
"fonts/tfm/public/yannisgr/")
|
||||
(base32
|
||||
"0s5cfid1r6jn34kzvmxwxyxpvyb0rayn80x3n7k515p1plqmmrnq")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(native-inputs (list texlive-levy texlive-metafont))
|
||||
(home-page "https://ctan.org/pkg/yannisgr")
|
||||
(synopsis "Greek fonts by Yannis Haralambous")
|
||||
(description
|
||||
"This package provides a family of 7-bit fonts with a code table designed
|
||||
for setting modern polytonic Greek. The fonts are provided as Metafont
|
||||
source; macros to produce a Greek variant of Plain TeX (including
|
||||
a hyphenation table adapted to the fonts code table) are provided.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-zztex
|
||||
(package
|
||||
(name "texlive-zztex")
|
||||
|
|
Loading…
Reference in a new issue