me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-talos.

* gnu/packages/tex.scm (texlive-talos): New variable.
Nicolas Goaziou 2023-08-14 18:56:53 +02:00
parent 44156abc69
commit 3ecefe63e0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -12840,6 +12840,27 @@ required.")
position is already further along, @code{\\tabto} starts a new line.") position is already further along, @code{\\tabto} starts a new line.")
(license license:public-domain))) (license license:public-domain)))
(define-public texlive-talos
(package
(name "texlive-talos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/talos/"
"fonts/opentype/public/talos/")
(base32
"1m656d4lkc9ikp7gb91yna4323lip3xcr6n3kqh1j4sqvp4rkm61")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/talos")
(synopsis "Greek cult font from the eighties")
(description
"This package provides a cult Greek font from the eighties, used at the
University of Crete, Greece. It belonged to the first TeX installation in
a Greek University and most probably the first TeX installation that supported
the Greek language.")
(license license:gfl1.0)))
(define-public texlive-termmenu (define-public texlive-termmenu
(package (package
(name "texlive-termmenu") (name "texlive-termmenu")