gnu: Add texlive-gudea.

* gnu/packages/tex.scm (texlive-gudea): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:24:01 +02:00
parent 7b0cadcbc6
commit 5bc6cc6f41
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13630,6 +13630,30 @@ (define-public texlive-gu
Currently two steps of symmetry reduction are supported.")
(license license:lppl)))
(define-public texlive-gudea
(package
(name "texlive-gudea")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/gudea/"
"fonts/enc/dvips/gudea/"
"fonts/map/dvips/gudea/"
"fonts/tfm/public/gudea/"
"fonts/type1/public/gudea/"
"fonts/vf/public/gudea/"
"tex/latex/gudea/")
(base32
"0kj53idgxyqwishg0vibhhrj443016z61c0jl7rx91a508vbwbn2")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gudea")
(synopsis "Gudea font face with support for LaTeX and pdfLaTeX")
(description
"This package provides the Gudea family of fonts designed by Agustina
Mingote, with support for LaTeX and pdfLaTeX.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-guide-to-latex
(package
(name "texlive-guide-to-latex")