gnu: Add texlive-josefin.

* gnu/packages/tex.scm (texlive-josefin): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:27:59 +02:00
parent c9ea881967
commit 6f77fa4d0c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -15381,6 +15381,32 @@ (define-public texlive-jneurosci
a LaTeX package are provided.")
(license license:lppl)))
(define-public texlive-josefin
(package
(name "texlive-josefin")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/josefin/"
"fonts/enc/dvips/josefin/"
"fonts/map/dvips/josefin/"
"fonts/tfm/public/josefin/"
"fonts/truetype/public/josefin/"
"fonts/type1/public/josefin/"
"fonts/vf/public/josefin/"
"tex/latex/josefin/")
(base32
"1ja91mkcpgvdycqxlfa1xfay427b3d7akq8pcdwvgakzgf9bkb1s")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/josefin")
(synopsis "Josefin fonts with LaTeX support")
(description
"This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
the Josefin Sans family of fonts, designed by Santiago Orozco. Josefin Sans
is available in seven weights, with corresponding italics.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-jupynotex
(package
(name "texlive-jupynotex")