From 465180b4917e94cc3cb501f4586280c333ba85ce Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 17 Sep 2020 21:17:36 +0000 Subject: cmathbb (17sep20) git-svn-id: svn://tug.org/texlive/trunk@56364 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty (limited to 'Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty') diff --git a/Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty b/Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty new file mode 100644 index 00000000000..4e386d2a3f0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty @@ -0,0 +1,19 @@ +%%%%% New Openfont for alphabets and numerics for NewCMR font family --- created by Conden Chao +%%%%% Package written by Saravanan,M. (saravanan.murugaiah@gmail.com) +%%%%% This file is published under the LaTeX Project Public License 1.3c. + +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{cmathbb}[2020/09/13 v1.00 Blackboard character for New CMR font family - Conden Chao ] + +\RequirePackage{amsfonts}% +\DeclareMathAlphabet\CMath{U}{cmath}{m}{n} +\DeclareOption{psamsfonts}{} +\DeclareOption{cmathbb}{\renewcommand{\mathbb}{\CMath}} +\ExecuteOptions{cmathbb} + +\ProcessOptions + +\endinput + +%% +%% End of file `cmathbb.sty'. -- cgit v1.2.3