summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/feyn/feyn12.mf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-03 01:10:05 +0000
committerKarl Berry <karl@freefriends.org>2008-03-03 01:10:05 +0000
commit26b5af90d7132dc6c5d514d589adfca8502d62c0 (patch)
tree30f6a91e6073e1a5a13f549176ea1196d1c80417 /Master/texmf-dist/doc/fonts/feyn/feyn12.mf
parent9c9e2c9000f62d089e798708bc0db6346bbe39ad (diff)
feyn font 0.3.1
git-svn-id: svn://tug.org/texlive/trunk@6809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/feyn/feyn12.mf')
-rw-r--r--Master/texmf-dist/doc/fonts/feyn/feyn12.mf41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/feyn/feyn12.mf b/Master/texmf-dist/doc/fonts/feyn/feyn12.mf
new file mode 100644
index 00000000000..3b4e6c55faf
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/feyn/feyn12.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 12pt display size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyn12.mf,v 1.7 2008/02/29 21:26:27 norman Exp $
+
+font_identifier "FEYN"; font_size 12pt#;
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% First the base size
+
+module# := 12pt#;
+
+% phfudge is ... what?!
+phfudge# := 0pt#; % must be, for \Diagram macro
+
+linewidth# := 0.9pt#; % pen width
+thinlinewidth# := 0.6pt#; % thin pen
+bigarrow# := 7pt#; % size of arrows
+littlearrow# := 5pt#;
+blobr# := 7.5pt#; % 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 cmr12; % ...but miss out the `generate roman'
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% To business....
+
+input feyn;
+
+end