me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gillius.

* gnu/packages/tex.scm (texlive-gillius): New variable.
Nicolas Goaziou 2023-08-21 12:22:38 +02:00
parent 101f9e491e
commit 57d358455d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 0 deletions

View File

@ -13229,6 +13229,32 @@ statements are taken from EU regulation 1272/2008.")
the package implements unslanted italic Computer Modern fonts.")
(license license:bsd-3)))
(define-public texlive-gillius
(package
(name "texlive-gillius")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/gillius/"
"fonts/enc/dvips/gillius/"
"fonts/map/dvips/gillius/"
"fonts/opentype/arkandis/gillius/"
"fonts/tfm/arkandis/gillius/"
"fonts/type1/arkandis/gillius/"
"fonts/vf/arkandis/gillius/"
"tex/latex/gillius/")
(base32
"0f2jr70ab5qnmla1n7iwhiw9x9q5fdzw9lcgjzji8rdqlsgq1451")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gillius")
(synopsis "Gillius fonts with LaTeX support")
(description
"This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
the Gillius and Gillius No.@: 2 families of sans serif fonts and condensed
versions of them, designed by Hirwen Harendal.")
(license (list license:gpl2+ license:lppl))))
(define-public texlive-glosmathtools
(package
(name "texlive-glosmathtools")