diff options
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/feyn/feyntext18.mf')
-rw-r--r-- | Master/texmf-dist/fonts/source/public/feyn/feyntext18.mf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyntext18.mf b/Master/texmf-dist/fonts/source/public/feyn/feyntext18.mf new file mode 100644 index 00000000000..f1187a16f86 --- /dev/null +++ b/Master/texmf-dist/fonts/source/public/feyn/feyntext18.mf @@ -0,0 +1,41 @@ +% Feynman diagram font, 18pt text size, release 0.3.1, 2008 February 29. +% +% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk> +% $Id: feyntext18.mf,v 1.2 2008/02/29 21:26:27 norman Exp $ + +font_identifier "FEYN"; font_size 18pt#; + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% First the base size + +module# := 10pt#; + +% phfudge is ... what?! +phfudge# := 0pt#; % must be, for \Diagram macro + +linewidth# := 1.0pt#; % pen width +thinlinewidth# := 0.8pt#; % thin pen +bigarrow# := 8pt#; % size of arrows +littlearrow# := 6pt#; +blobr# := 7pt#; % 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 cmr10; % ...but miss out the `generate roman' + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% To business.... + +input feyn; + +end |