blob: da66c25853d05c3f20afd5daed206b843d5aa460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%Boisik driver file for math symbols
mode_setup; font_setup;
input bsklist-sy;
input bskletters-o;
font_slant slant;
slant:=0;
currenttransform:=identity yscaled aspect_ratio scaled granularity;
input bsksymbols;
font_normal_space 5u#;
font_normal_stretch 3u#; font_normal_shrink 2u#;
font_quad 15u#;
font_extra_space 2u#;
font_x_height 159/36pt#;
bye.
|