Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/fonts/source/jknappen/sauter/b-bbold.mf

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


% b-bbold.mf.   Adapted for the Sauter tools from:
% 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;
input c-cmr; 

font_identifier := "BBOLD";
font_coding_scheme := "Blackboard bold";
font_size design_size*pt#;
 
% Then generate blackboard bold.
input bbold;
bye.

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.