ngz pushed a commit to branch master
in repository guix.
commit e26f0df8d75e0a05acd32ecab409ce5e2aee7144
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 11:56:25 2023 +0200
gnu: Add texlive-cmathbb.
* gnu/packages/tex.scm (texlive-cmathbb): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5819a7104a..9cf83ffad1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8356,6 +8356,30 @@ works with TeX engines that directly support OpenType
features, such as XeTeX
and LuaTeX.")
(license license:silofl1.1)))
+(define-public texlive-cmathbb
+ (package
+ (name "texlive-cmathbb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmathbb/"
+ "fonts/enc/dvips/cmathbb/"
+ "fonts/map/dvips/cmathbb/"
+ "fonts/tfm/public/cmathbb/"
+ "fonts/type1/public/cmathbb/"
+ "fonts/vf/public/cmathbb/"
+ "tex/latex/cmathbb/")
+ (base32
+ "1pmzsaskwcbyjihidy7hvz7s2cixhl7ccy0c9cbh2cm3md6gdrqh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cmathbb")
+ (synopsis "Computer modern mathematical blackboard bold font")
+ (description
+ "This font contains all digits and latin letters uppercase and lowercase
+for the Computer Modern font family in blackboard bold.")
+ (license license:lppl1.3c)))
+
(define-public texlive-cochineal
(package
(name "texlive-cochineal")