summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cmathbb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-17 21:17:36 +0000
committerKarl Berry <karl@freefriends.org>2020-09-17 21:17:36 +0000
commit465180b4917e94cc3cb501f4586280c333ba85ce (patch)
tree76833ce568a818c6c50809c60f48d7fbfd247531 /Master/texmf-dist/tex/latex/cmathbb
parenteb610596e7f95d9e54bb7043114ff0f88aa741d1 (diff)
cmathbb (17sep20)
git-svn-id: svn://tug.org/texlive/trunk@56364 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cmathbb')
-rw-r--r--Master/texmf-dist/tex/latex/cmathbb/cmathbb.sty19
-rw-r--r--Master/texmf-dist/tex/latex/cmathbb/ucmath.fd14
2 files changed, 33 insertions, 0 deletions
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 <zhaoxy00@126.com>
+%%%%% 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 <zhaoxy00@126.com>]
+
+\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 <zhaoxy00@126.com>
+%%%%% 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 <zhaoxy00@126.com>]
+\DeclareFontFamily{U}{cmath}{\skewchar\font'60}
+
+\DeclareFontShape{U}{cmath}{m}{n}{
+ <-> Cmathbb-Regular-tlf-t1
+}{}
+
+
+\endinput \ No newline at end of file