summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/fonts/source/public/feyn
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-10-31 00:49:40 +0000
committerKarl Berry <karl@freefriends.org>2008-10-31 00:49:40 +0000
commitcb01dcf66a69b2bd5e227e64a165be8ccb8a4ad2 (patch)
tree61b9ab47b05173a554c564805ff0f7e6e7cffacd /Master/texmf-dist/fonts/source/public/feyn
parent8e91ccbf26f718cd193df15b81ddff7eb4a0ea24 (diff)
feyn mf sources under fonts/source, not doc/fonts; report from Scott Pakin, 28 Oct 2008 18:26:16
git-svn-id: svn://tug.org/texlive/trunk@11135 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/fonts/source/public/feyn')
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyn10.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyn11.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyn12.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyn18.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyn24.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyntext10.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyntext11.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyntext18.mf41
-rw-r--r--Master/texmf-dist/fonts/source/public/feyn/feyntext24.mf41
10 files changed, 410 insertions, 0 deletions
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyn10.mf b/Master/texmf-dist/fonts/source/public/feyn/feyn10.mf
new file mode 100644
index 00000000000..be25771202d
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyn10.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 10pt display size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyn10.mf,v 1.9 2008/02/29 21:26:27 norman Exp $
+
+font_identifier "FEYN"; font_size 10pt#;
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% First the base size
+
+module# := 10pt#;
+
+% phfudge is ... what?!
+phfudge# := 0pt#; % must be, for \Diagram macro
+
+linewidth# := 0.75pt#; % pen width
+thinlinewidth# := 0.5pt#; % thin pen
+bigarrow# := 6pt#; % size of arrows
+littlearrow# := 4pt#;
+blobr# := 6.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 cmr10; % ...but miss out the `generate roman'
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% To business....
+
+input feyn;
+
+end
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyn11.mf b/Master/texmf-dist/fonts/source/public/feyn/feyn11.mf
new file mode 100644
index 00000000000..034b3811b56
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyn11.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 11pt display size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyn11.mf,v 1.6 2008/02/29 21:26:27 norman Exp $
+
+font_identifier "FEYN"; font_size 11pt#;
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% First the base size
+
+module# := 11pt#;
+
+% phfudge is ... what?!
+phfudge# := 0pt#; % must be, for \Diagram macro
+
+linewidth# := 0.85pt#; % pen width
+thinlinewidth# := 0.55pt#; % thin pen
+bigarrow# := 6.5pt#; % size of arrows
+littlearrow# := 4.5pt#;
+blobr# := 7pt#; % 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 cmr11; % ...but miss out the `generate roman'
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% To business....
+
+input feyn;
+
+end
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyn12.mf b/Master/texmf-dist/fonts/source/public/feyn/feyn12.mf
new file mode 100644
index 00000000000..3b4e6c55faf
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/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
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyn18.mf b/Master/texmf-dist/fonts/source/public/feyn/feyn18.mf
new file mode 100644
index 00000000000..f0ae91e3c01
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyn18.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 18pt display size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyn18.mf,v 1.2 2008/02/29 21:26:27 norman Exp $
+
+font_identifier "FEYN"; font_size 18pt#;
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% First the base size
+
+module# := 18pt#;
+
+% phfudge is ... what?!
+phfudge# := 0pt#; % must be, for \Diagram macro
+
+linewidth# := 1.5pt#; % pen width
+thinlinewidth# := 0.75pt#; % thin pen
+bigarrow# := 9pt#; % size of arrows
+littlearrow# := 6pt#;
+blobr# := 10pt#; % 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
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyn24.mf b/Master/texmf-dist/fonts/source/public/feyn/feyn24.mf
new file mode 100644
index 00000000000..41e2bf3e98e
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyn24.mf
@@ -0,0 +1,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
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyntext10.mf b/Master/texmf-dist/fonts/source/public/feyn/feyntext10.mf
new file mode 100644
index 00000000000..d5dfc642d38
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyntext10.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 10pt text size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyntext10.mf,v 1.5 2008/02/29 21:26:27 norman Exp $
+
+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.4pt#; % thin pen
+bigarrow# := 4pt#; % size of arrows
+littlearrow# := 3pt#;
+blobr# := 3.5pt#; % 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
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyntext11.mf b/Master/texmf-dist/fonts/source/public/feyn/feyntext11.mf
new file mode 100644
index 00000000000..24740299fdc
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyntext11.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 11pt text size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyntext11.mf,v 1.5 2008/02/29 21:26:27 norman Exp $
+
+font_identifier "FEYN"; font_size 11pt#;
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% First the base size
+
+module# := 5.5pt#;
+
+% phfudge is ... what?!
+phfudge# := 0pt#; % must be, for \Diagram macro
+
+linewidth# := 0.5pt#; % pen width
+thinlinewidth# := 0.4pt#; % thin pen
+bigarrow# := 4.5pt#; % size of arrows
+littlearrow# := 3.5pt#;
+blobr# := 3.5pt#; % 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 cmr11; % ...but miss out the `generate roman'
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% To business....
+
+input feyn;
+
+end
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..e2553c3dee8
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 12pt text size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyntext12.mf,v 1.6 2008/02/29 21:26:27 norman Exp $
+
+font_identifier "FEYN"; font_size 12pt#;
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% 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
+
+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 cmr12; % ...but miss out the `generate roman'
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% To business....
+
+input feyn;
+
+end
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
diff --git a/Master/texmf-dist/fonts/source/public/feyn/feyntext24.mf b/Master/texmf-dist/fonts/source/public/feyn/feyntext24.mf
new file mode 100644
index 00000000000..342b38d8ef2
--- /dev/null
+++ b/Master/texmf-dist/fonts/source/public/feyn/feyntext24.mf
@@ -0,0 +1,41 @@
+% Feynman diagram font, 24pt text size, release 0.3.1, 2008 February 29.
+%
+% Copyright 1991, 1994, 2001, Norman Gray <norman@astro.gla.ac.uk>
+% $Id: feyntext24.mf,v 1.2 2008/02/29 21:26:27 norman Exp $
+
+font_identifier "FEYN"; font_size 24pt#;
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% First the base size
+
+module# := 15pt#;
+
+% phfudge is ... what?!
+phfudge# := 0pt#; % must be, for \Diagram macro
+
+linewidth# := 1.5pt#; % pen width
+thinlinewidth# := 1.2pt#; % thin pen
+bigarrow# := 12pt#; % size of arrows
+littlearrow# := 9pt#;
+blobr# := 11pt#; % 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