mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: Add texlive-gudea.
* gnu/packages/tex.scm (texlive-gudea): New variable.
This commit is contained in:
parent
7b0cadcbc6
commit
5bc6cc6f41
1 changed files with 24 additions and 0 deletions
|
@ -13630,6 +13630,30 @@ (define-public texlive-gu
|
||||||
Currently two steps of symmetry reduction are supported.")
|
Currently two steps of symmetry reduction are supported.")
|
||||||
(license license:lppl)))
|
(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
|
(define-public texlive-guide-to-latex
|
||||||
(package
|
(package
|
||||||
(name "texlive-guide-to-latex")
|
(name "texlive-guide-to-latex")
|
||||||
|
|
Loading…
Reference in a new issue