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