guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

34/306: gnu: Add texlive-bboldx.


From: guix-commits
Subject: 34/306: gnu: Add texlive-bboldx.
Date: Mon, 21 Aug 2023 10:35:30 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b816c2577fa30099e2dcd501f1a4a53b0f2bc686
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:59:26 2023 +0200

    gnu: Add texlive-bboldx.
    
    * gnu/packages/tex.scm (texlive-bboldx): New variable.
---
 gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ac55fe9f51..bc4e0580dd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3891,6 +3891,33 @@ versions of the @code{bbold} fonts.")
     ;; distribute this file".
     (license (license:fsf-free "file:doc/fonts/bbold-type1/README"))))
 
+(define-public texlive-bboldx
+  (package
+    (name "texlive-bboldx")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/bboldx/"
+                   "fonts/afm/public/bboldx/"
+                   "fonts/enc/dvips/bboldx/"
+                   "fonts/map/dvips/bboldx/"
+                   "fonts/tfm/public/bboldx/"
+                   "fonts/type1/public/bboldx/"
+                   "tex/latex/bboldx/")
+             (base32
+              "1r4s3yyah0iqwhzss52wjv3wml5r4bywp3fbanjzkv16f2pk51yb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bboldx";)
+    (synopsis "Extend the @code{bbold} package with a Blackboard Bold 
alphabet")
+    (description
+     "This is an extension of @code{bbold} to a package with three weights,
+of which the original is considered as light and the additions as regular and
+bold.")
+    ;; The README states: "You may freely use, modify and/or
+    ;; distribute this file".
+    (license (license:fsf-free "file://doc/fonts/bboldx/README"))))
+
 (define-public texlive-bclogo
   (package
     (name "texlive-bclogo")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]