ngz pushed a commit to branch master
in repository guix.
commit 128b7175b4886c099c63a07b451b97a35c6c0fc7
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 10:59:03 2023 +0200
gnu: Add texlive-bbold-type1.
* gnu/packages/tex.scm (texlive-bbold-type1): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ea56ad671e..ac55fe9f51 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3868,6 +3868,29 @@ NFSS interface for using the font. An Adobe Type 1
version of the fonts is
available in the @code{niceframe} fonts bundle.")
(license license:lppl)))
+(define-public texlive-bbold-type1
+ (package
+ (name "texlive-bbold-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bbold-type1/"
+ "fonts/afm/public/bbold-type1/"
+ "fonts/map/dvips/bbold-type1/"
+ "fonts/type1/public/bbold-type1/")
+ (base32
+ "1flccfh58w977j9w62mcn7xzspmg68gb6h5nwh2mfbz7l0015fsz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bbold-type1")
+ (synopsis "Adobe Type 1 format version of the @code{bbold} font")
+ (description
+ "The files offer an Adobe Type 1 format version of the 5pt, 7pt and 10pt
+versions of the @code{bbold} fonts.")
+ ;; The README states: "You may freely use, modify and/or
+ ;; distribute this file".
+ (license (license:fsf-free "file:doc/fonts/bbold-type1/README"))))
+
(define-public texlive-bclogo
(package
(name "texlive-bclogo")