summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/feyn/feyntext11.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/feyn/feyntext11.mf')
-rw-r--r--Master/texmf-dist/doc/fonts/feyn/feyntext11.mf41
1 files changed, 0 insertions, 41 deletions
diff --git a/Master/texmf-dist/doc/fonts/feyn/feyntext11.mf b/Master/texmf-dist/doc/fonts/feyn/feyntext11.mf
deleted file mode 100644
index 24740299fdc..00000000000
--- a/Master/texmf-dist/doc/fonts/feyn/feyntext11.mf
+++ /dev/null
@@ -1,41 +0,0 @@
-% Feynman diagram font, 11pt text size, release 0.3.1, 2008 February 29.
-%
-% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
-% $Id: feyntext11.mf,v 1.5 2008/02/29 21:26:27 norman Exp $
-
-font_identifier "FEYN"; font_size 11pt#;
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% First the base size
-
-module# := 5.5pt#;
-
-% phfudge is ... what?!
-phfudge# := 0pt#; % must be, for \Diagram macro
-
-linewidth# := 0.5pt#; % pen width
-thinlinewidth# := 0.4pt#; % thin pen
-bigarrow# := 4.5pt#; % size of arrows
-littlearrow# := 3.5pt#;
-blobr# := 3.5pt#; % radius of blobs and crosses
-
-on_math_axis := 0;
-
-% We want the roman digits from the corresponding cmr font, and that's
-% all. Therefore, we don't want to obey the `generate' command in
-% cmr??.mf. To do this, we read in cmbase, and then set generate to
-% gobble its argument.
-def gobble primary g=enddef; % gobbles its argument
-input cmbase; % Read it explicitly, rather than
- % implicitly within cmr10
-let generate=gobble;
-input cmr11; % ...but miss out the `generate roman'
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% To business....
-
-input feyn;
-
-end