gnu: Add texlive-ibarra.

* gnu/packages/tex.scm (texlive-ibarra): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-21 12:26:13 +02:00
parent e0e3d45f5c
commit ebade8f996
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14624,6 +14624,32 @@ (define-public texlive-hvarabic
monospaced Arabic font. The package only works with LuaLaTeX or XeLaTeX.")
(license license:lppl1.3c)))
(define-public texlive-ibarra
(package
(name "texlive-ibarra")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/ibarra/"
"fonts/enc/dvips/ibarra/"
"fonts/map/dvips/ibarra/"
"fonts/opentype/public/ibarra/"
"fonts/tfm/public/ibarra/"
"fonts/type1/public/ibarra/"
"fonts/vf/public/ibarra/"
"tex/latex/ibarra/")
(base32
"0gfvrb1dm2hw8j10l93xv0rrd7kar2009lycsvmw66m1a31c0yd9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ibarra")
(synopsis "LaTeX support for the Ibarra Real Nova family of fonts")
(description
"The Ibarra Real Nova is a revival of a typeface designed by Geronimo Gil
for the publication of @emph{Don Quixote} for the Real Academia de la Lengua
in 1780.")
(license (list license:silofl1.1 license:lppl))))
(define-public texlive-ibrackets
(package
(name "texlive-ibrackets")