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 +++++++++++++++++++ Master/texmf-dist/tex/latex/cmathbb/ucmath.fd | 14 ++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty create mode 100644 Master/texmf-dist/tex/latex/cmathbb/ucmath.fd (limited to 'Master/texmf-dist/tex/latex/cmathbb') 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'. diff --git a/Master/texmf-dist/tex/latex/cmathbb/ucmath.fd b/Master/texmf-dist/tex/latex/cmathbb/ucmath.fd new file mode 100644 index 00000000000..f5719a744e3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cmathbb/ucmath.fd @@ -0,0 +1,14 @@ +%%%%% 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 LPPL 1.3 or later +%%%%% You are allowed to modify/distribute at your own risk, but thanks to the authors are appreciated + +\ProvidesFile{cmath.fd}[2020/09/13 v3.01 --- Conden Chao ] +\DeclareFontFamily{U}{cmath}{\skewchar\font'60} + +\DeclareFontShape{U}{cmath}{m}{n}{ + <-> Cmathbb-Regular-tlf-t1 +}{} + + +\endinput \ No newline at end of file -- cgit v1.2.3