guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: Add texlive-bbm-macros.


From: guix-commits
Subject: 02/06: gnu: Add texlive-bbm-macros.
Date: Tue, 15 Aug 2023 08:00:26 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8cfa61787fac86b60c78140e8b9241a3b23526b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 13:47:07 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fbd413dd67..d894a3eddb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25047,6 +25047,28 @@ blackboard bold sampler.")
     ;; file." everywhere, notably in the file below.
     (license (license:fsf-free "file://doc/fonts/bbm/README"))))
 
+(define-public texlive-bbm-macros
+  (package
+    (name "texlive-bbm-macros")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bbm-macros/"
+                   "source/latex/bbm-macros/"
+                   "tex/latex/bbm-macros/")
+             (base32
+              "11klh7hwi06yr2wx5bpk230hn7rpfspk6sd55j6rmw8kz2wa3lr7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bbm-macros";)
+    (synopsis "LaTeX support for blackboard-style CM fonts")
+    (description
+     "This package provides LaTeX support for Blackboard variants of Computer
+Modern fonts.  It declares a font family @code{bbm} so you can in principle
+write running text in blackboard bold, and lots of math alphabets for using
+the fonts within maths.")
+    (license license:lppl)))
+
 (define-public texlive-blockdraw-mp
   (package
     (name "texlive-blockdraw-mp")



reply via email to

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