summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 23:38:21 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 23:38:21 +0000
commit215012a8d684889983ec2c0629e1c704e6853d9c (patch)
treeebf1271bd71869069824935ae8a5678745bf8bce /Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf
parent1af3d19d6dbcbf309667d9cb4aa3cdda914914a9 (diff)
trunk/Master/texmf-dist/fonts/source
git-svn-id: svn://tug.org/texlive/trunk@101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf')
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf37
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf b/Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf
new file mode 100644
index 00000000000..8df3015ec26
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf
@@ -0,0 +1,37 @@
+% Feynman diagram font, 12pt text size.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyntext12.mf,v 1.3 2002/04/18 22:33:10 norman Exp $
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% First the base size
+
+module# := 6pt#;
+
+% phfudge is ... what?!
+phfudge# := 0pt#; % must be, for \Diagram macro
+
+linewidth# := 0.55pt#; % pen width
+thinlinewidth# := 0.45pt#; % thin pen
+bigarrow# := 5pt#; % size of arrows
+littlearrow# := 4pt#;
+blobr# := 4pt#; % radius of blobs and crosses
+
+% 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