me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gfssolomos.

* gnu/packages/tex.scm (texlive-gfssolomos): New variable.
Nicolas Goaziou 2023-08-21 12:22:15 +02:00
parent c7a3aeb35c
commit 03e33d8089
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 27 additions and 0 deletions

View File

@ -13140,6 +13140,33 @@ Scholderer, now has native support for Mathematics. A useful application is
in Beamer documents since this is a sans math font.")
(license license:silofl1.1)))
(define-public texlive-gfssolomos
(package
(name "texlive-gfssolomos")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/gfssolomos/"
"fonts/afm/public/gfssolomos/"
"fonts/enc/dvips/gfssolomos/"
"fonts/map/dvips/gfssolomos/"
"fonts/opentype/public/gfssolomos/"
"fonts/tfm/public/gfssolomos/"
"fonts/type1/public/gfssolomos/"
"fonts/vf/public/gfssolomos/"
"tex/latex/gfssolomos/")
(base32
"0zjbmnkfnaiq7pmpv0xhp5vag2dww70049knf759lf2s0ygnmaaa")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gfssolomos")
(synopsis "Greek-alphabet font")
(description
"Solomos is a font which traces its descent from
a calligraphically-inspired font of the mid-19th century. LaTeX support, for
use with the LGR encoding only, is provided.")
(license license:silofl1.1)))
(define-public texlive-ghab
(package
(name "texlive-ghab")