summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/feyn/feyn24.mf
blob: 41e2bf3e98ee1580fde99fe2c92d3f872a07795e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
% Feynman diagram font, 24pt display size, release 0.3.1, 2008 February 29.
%
% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
% $Id: feyn24.mf,v 1.2 2008/02/29 21:26:27 norman Exp $

font_identifier "FEYN"; font_size 10pt#;

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% First the base size

module# := 24pt#;

% phfudge is ... what?!
phfudge# := 0pt#;		% must be, for \Diagram macro

linewidth# := 2.25pt#;		% pen width
thinlinewidth# := 1.5pt#;	% thin pen
bigarrow# := 9pt#;		% size of arrows
littlearrow# := 12pt#;
blobr# := 20pt#;		% radius of blobs and crosses

on_math_axis := 1;

% 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