blob: f0a077a94c6857c8f2d0ea3d0c8d1d5c1aba9716 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% Blackboard bold 10pt. Alan Jeffrey, 18 Dec 1989.
mode_setup;
input bbbase;
% Hacks to make sure cmr doesn't generate the font, and doesn't load cmbase.
cmbase := 1;
def generate suffix t = enddef;
% Input the cmr parameters.
input cmr10;
font_identifier := "BBOLD";
font_coding_scheme := "Blackboard bold";
% Then generate blackboard bold.
input bbold;
bye;
|