me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-josefin.

* gnu/packages/tex.scm (texlive-josefin): New variable.
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
1 changed files with 26 additions and 0 deletions

View File

@ -15381,6 +15381,32 @@ should be characterised as an author-date citation style; a BibTeX style and
a LaTeX package are provided.") a LaTeX package are provided.")
(license license:lppl))) (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 (define-public texlive-jupynotex
(package (package
(name "texlive-jupynotex") (name "texlive-jupynotex")