mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-archivo.
* gnu/packages/tex.scm (texlive-archivo): New variable.
This commit is contained in:
parent
d90d4fd8ab
commit
511b7870c2
1 changed files with 25 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue