mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add texlive-greektex.
* gnu/packages/tex.scm (texlive-greektex): New variable.
This commit is contained in:
parent
f3d33e65ad
commit
68573b22b4
1 changed files with 18 additions and 0 deletions
|
@ -11558,6 +11558,24 @@ (define-public texlive-greekdates
|
|||
ancient way, such as @code{\\today}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-greektex
|
||||
(package
|
||||
(name "texlive-greektex")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/greektex/" "tex/latex/greektex/")
|
||||
(base32
|
||||
"0zs3kakr7k261j876r1xpynvnmjjdn5rky0acfbcjxp7mmsqpmzn")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/greektex")
|
||||
(synopsis "Fonts for typesetting Greek/English documents")
|
||||
(description
|
||||
"The fonts are based on Silvio Levy's classical Greek fonts; macros and
|
||||
Greek hyphenation patterns for the fonts encoding are also provided.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-gtl
|
||||
(package
|
||||
(name "texlive-gtl")
|
||||
|
|
Loading…
Reference in a new issue