gnu: Add texlive-archivo.

* gnu/packages/tex.scm (texlive-archivo): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 10:50:22 +02:00
parent d90d4fd8ab
commit 511b7870c2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2868,6 +2868,31 @@ (define-public texlive-archaic
writings.")
(license license:lppl)))
(define-public texlive-archivo
(package
(name "texlive-archivo")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/archivo/"
"fonts/enc/dvips/archivo/"
"fonts/map/dvips/archivo/"
"fonts/opentype/public/archivo/"
"fonts/tfm/public/archivo/"
"fonts/type1/public/archivo/"
"fonts/vf/public/archivo/"
"tex/latex/archivo/")
(base32
"1wdvr7ch2ydj41yd0xniwppb5wh1m9w97d839fhmp21lgyhss0jl")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/archivo")
(synopsis "Archivo font face with support for LaTeX and pdfLaTeX")
(description
"This package provides the Archivo family of fonts designed by
Omnibus-Type, with support for LaTeX and pdfLaTeX.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-armtex
(package
(name "texlive-armtex")