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 @@ (define-public texlive-cm-unicode 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")