summaryrefslogtreecommitdiff
path: root/fonts/feyn/feyntext10.mf
blob: 3240e538c0af9034ad3c249c943c5712f4a80a2a (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
42
43
44
45
46
47
% Feynman diagram font, 10pt text size, release 0.4.2, 2022 July 18.
%
% This software is copyright 1991, 1994, 2001-2, 2005, 2008-17, Norman Gray.
% Mercurial revision 3e70c259dcfe, 2022-07-18 22:14 +0100, tag 0.4.2 + 0

font_identifier "FEYN"; font_size 10pt#;

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

module# := 5pt#;

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

linewidth# := 0.5pt#;		% pen width
thinlinewidth# := 0.3pt#;	% thin pen
bigarrow# := 4pt#;		% size of arrows
littlearrow# := 3pt#;
blobr# := 3.5pt#;		% radius of blobs and crosses

on_math_axis := 0;

% Boson wiggles
boson_wiggles := 4;             %this must be an even number
boson_wiggles_loop_small := 4;
boson_wiggles_loop_normal := 6;
boson_wiggles_loop_large := 8;

% 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