summaryrefslogtreecommitdiff
path: root/fonts/mbboard/texinputs/mbboard.sty
blob: cd38b7eb85711df1fa50b975a434523ab69ea5b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% blackboard typefaces by Anthony Phan.
% file: mbboard.tex (\TeX' file for mbb's fonts)
% last modification: November 1st, 1999.
%
\catcode`@=11
%
% mbb's font declarations
%
\DeclareFontFamily{OT1}{mbb}{\hyphenchar\font45}
%
\DeclareFontShape{OT1}{mbb}{m}{n}{
      <5> <6> <7> <8> <9> <10> gen * mbb
      <10.95> mbb10 <12> <14.4> mbb12 <17.28> <20.74> <24.88> mbb17
      }{}
\DeclareSymbolFont{mbb}{OT1}{mbb}{m}{n}
%
\DeclareFontShape{OT1}{mbb}{bx}{n}{
      <5> <6> <7> <8> <9> <10> gen * mbb
      <10.95> mbb10 <12> <14.4> mbb12 <17.28> <20.74> <24.88> mbb17
      }{}
\DeclareSymbolFont{mbb}{OT1}{mbb}{bx}{n}
%
\DeclareSymbolFontAlphabet{\mathbb}{mbb}
\DeclareFontSubstitution{OT1}{mbb}{m}{n}
\DeclareRobustCommand\bbfamily
        {\not@math@alphabet\bbfamily\mathbb
         \fontfamily{mbb}\selectfont}
\DeclareTextFontCommand{\textbb}{\bbfamily}
%
% no proofmode
%
\def\symbol@message#1{\relax}
\input mbboard.dcl
%
% end of file.
%
\catcode`@=12
\endinput