diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/bbold/bbold8.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/bbold/bbold8.mf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/bbold/bbold8.mf b/Master/texmf-dist/fonts/source/public/bbold/bbold8.mf new file mode 100644 index 00000000000..8fa4db16366 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/bbold/bbold8.mf @@ -0,0 +1,19 @@ +% Blackboard bold 8pt. 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 cmr8; + +font_identifier := "BBOLD"; +font_coding_scheme := "Blackboard bold"; + +% Then generate blackboard bold. +input bbold; +bye; |