me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-opensans.

* gnu/packages/tex.scm (texlive-opensans): New variable.
Nicolas Goaziou 2023-08-21 12:48:54 +02:00
parent 23a20ae594
commit d9d7ca3671
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 0 deletions

View File

@ -20352,6 +20352,32 @@ LuaTeX.")
"This package provides the documentation for Omega executables.") "This package provides the documentation for Omega executables.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-opensans
(package
(name "texlive-opensans")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/opensans/"
"fonts/enc/dvips/opensans/"
"fonts/map/dvips/opensans/"
"fonts/tfm/ascender/opensans/"
"fonts/truetype/ascender/opensans/"
"fonts/type1/ascender/opensans/"
"fonts/vf/ascender/opensans/"
"tex/latex/opensans/")
(base32
"1l81y548cslwsy7m06pckf5w33gq53ly3a35zkd9jzfz6yg6w4bq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/opensans")
(synopsis "Open Sans font family, and LaTeX support")
(description
"Open Sans is a humanist sans serif typeface designed by Steve Matteson.
The package provides support for this font family in LaTeX. It includes the
original TrueType fonts, as well as Type 1 versions.")
(license (list license:asl2.0 license:lppl1.3c))))
(define-public texlive-oplotsymbl (define-public texlive-oplotsymbl
(package (package
(name "texlive-oplotsymbl") (name "texlive-oplotsymbl")