me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fira.

* gnu/packages/tex.scm (texlive-fira): New variable.
master
Ricardo Wurmus 2021-11-12 08:23:53 +00:00
parent ce9b9e7cba
commit f2d5597145
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 25 additions and 0 deletions

View File

@ -4138,6 +4138,31 @@ but non-expandable ones.")
(define-public texlive-latex-filemod (define-public texlive-latex-filemod
(deprecated-package "texlive-latex-filemod" texlive-filemod)) (deprecated-package "texlive-latex-filemod" texlive-filemod))
(define-public texlive-fira
(package
(inherit (simple-texlive-package
"texlive-fira"
(list "doc/fonts/fira/"
"tex/latex/fira/"
"fonts/vf/public/fira/"
"fonts/type1/public/fira/"
"fonts/tfm/public/fira/"
"fonts/opentype/public/fira/"
"fonts/map/dvips/fira/"
"fonts/enc/dvips/fira/")
(base32 "0mxrwwf8i383vrs64lsyiwnai4cy305pkv1kgd4nrhmgi7pdc3ac")
#:trivial? #t))
(build-system texlive-build-system)
(home-page "https://ctan.org/fonts/fira")
(synopsis "Fira fonts with LaTeX support")
(description
"This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
the Fira Sans family of fonts designed by Erik Spiekermann and Ralph du
Carrois of Carrois Type Design. Fira Sans is available in eleven weights with
corresponding italics: light, regular, medium, bold, ...")
(license (list license:lppl
license:silofl1.1))))
(define-public texlive-latex-ifplatform (define-public texlive-latex-ifplatform
(package (package
(name "texlive-latex-ifplatform") (name "texlive-latex-ifplatform")