me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-bitter.

* gnu/packages/tex.scm (texlive-bitter): New variable.
Nicolas Goaziou 2023-08-21 11:14:27 +02:00
parent 44db89f624
commit 755a41868f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 26 additions and 0 deletions

View File

@ -6099,6 +6099,32 @@ retains outer braces.")
used to describe hardware, data format or protocols.")
(license license:lppl)))
(define-public texlive-bitter
(package
(name "texlive-bitter")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/bitter/"
"fonts/enc/dvips/bitter/"
"fonts/map/dvips/bitter/"
"fonts/tfm/huerta/bitter/"
"fonts/truetype/huerta/bitter/"
"fonts/type1/huerta/bitter/"
"fonts/vf/huerta/bitter/"
"tex/latex/bitter/")
(base32
"07fb0dw1g1faz05naf53rinjrk0pngpfpcq4fxd1fy6580h7446f")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bitter")
(synopsis "Bitter family of fonts with LaTeX support")
(description
"This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX support for
the Bitter family of fonts. Bitter is a contemporary slab-serif typeface for
text. There are regular and bold weights and an italic, but no bold italic.")
(license (list license:lppl license:silofl1.1))))
(define-public texlive-bodeplot
(package
(name "texlive-bodeplot")