diff options
author | Norbert Preining <norbert@preining.info> | 2020-09-18 03:02:31 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-09-18 03:02:31 +0000 |
commit | ddb3152d62e8d537f5763752d33a9dc1d5f0ba99 (patch) | |
tree | 35c24d9bda1861407fee139abd013858810adc77 /fonts/cmathbb/latex | |
parent | c3b4471e847c09c37a8d2587bdd0e88aaee1b124 (diff) |
CTAN sync 202009180302
Diffstat (limited to 'fonts/cmathbb/latex')
-rw-r--r-- | fonts/cmathbb/latex/cmathbb.sty | 19 | ||||
-rw-r--r-- | fonts/cmathbb/latex/ucmath.fd | 14 |
2 files changed, 33 insertions, 0 deletions
diff --git a/fonts/cmathbb/latex/cmathbb.sty b/fonts/cmathbb/latex/cmathbb.sty new file mode 100644 index 0000000000..4e386d2a3f --- /dev/null +++ b/fonts/cmathbb/latex/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/fonts/cmathbb/latex/ucmath.fd b/fonts/cmathbb/latex/ucmath.fd new file mode 100644 index 0000000000..f5719a744e --- /dev/null +++ b/fonts/cmathbb/latex/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 |