From cb01dcf66a69b2bd5e227e64a165be8ccb8a4ad2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 31 Oct 2008 00:49:40 +0000 Subject: 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 --- .../texmf-dist/fonts/source/public/feyn/feyn10.mf | 41 +++++++++++++++++++++ .../texmf-dist/fonts/source/public/feyn/feyn11.mf | 41 +++++++++++++++++++++ .../texmf-dist/fonts/source/public/feyn/feyn12.mf | 41 +++++++++++++++++++++ .../texmf-dist/fonts/source/public/feyn/feyn18.mf | 41 +++++++++++++++++++++ .../texmf-dist/fonts/source/public/feyn/feyn24.mf | 41 +++++++++++++++++++++ .../fonts/source/public/feyn/feyntext10.mf | 41 +++++++++++++++++++++ .../fonts/source/public/feyn/feyntext11.mf | 41 +++++++++++++++++++++ .../fonts/source/public/feyn/feyntext12.mf | 41 +++++++++++++++++++++ .../fonts/source/public/feyn/feyntext18.mf | 41 +++++++++++++++++++++ .../fonts/source/public/feyn/feyntext24.mf | 41 +++++++++++++++++++++ Master/texmf-dist/fonts/tfm/public/feyn/feyn10.tfm | Bin 996 -> 932 bytes Master/texmf-dist/fonts/tfm/public/feyn/feyn11.tfm | Bin 996 -> 932 bytes Master/texmf-dist/fonts/tfm/public/feyn/feyn12.tfm | Bin 996 -> 932 bytes Master/texmf-dist/fonts/tfm/public/feyn/feyn18.tfm | Bin 996 -> 932 bytes Master/texmf-dist/fonts/tfm/public/feyn/feyn24.tfm | Bin 996 -> 932 bytes .../fonts/tfm/public/feyn/feyntext10.tfm | Bin 976 -> 912 bytes .../fonts/tfm/public/feyn/feyntext11.tfm | Bin 976 -> 912 bytes .../fonts/tfm/public/feyn/feyntext12.tfm | Bin 976 -> 912 bytes .../fonts/tfm/public/feyn/feyntext18.tfm | Bin 976 -> 912 bytes .../fonts/tfm/public/feyn/feyntext24.tfm | Bin 976 -> 912 bytes 20 files changed, 410 insertions(+) create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyn10.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyn11.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyn12.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyn18.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyn24.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyntext10.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyntext11.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyntext12.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyntext18.mf create mode 100644 Master/texmf-dist/fonts/source/public/feyn/feyntext24.mf (limited to 'Master/texmf-dist/fonts') 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 +% $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 +% $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 +% $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 +% $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 +% $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 +% $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 +% $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 +% $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 +% $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 +% $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 diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyn10.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyn10.tfm index 1f979a329bb..82fbb4df304 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyn10.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyn10.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyn11.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyn11.tfm index 42f47b4d6ab..bfab28717c5 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyn11.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyn11.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyn12.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyn12.tfm index 0dcfea59500..8d87349bb62 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyn12.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyn12.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyn18.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyn18.tfm index 9b14d1ba49a..ae00d91679c 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyn18.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyn18.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyn24.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyn24.tfm index 34f041a8716..680bbcc289b 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyn24.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyn24.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext10.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext10.tfm index c27947aa990..eddcc234f4b 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext10.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext10.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext11.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext11.tfm index c89898580a5..d338e85de49 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext11.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext11.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext12.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext12.tfm index 120c0aa8284..272bec6c56c 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext12.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext12.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext18.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext18.tfm index 7ce386f7d40..1c72be73553 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext18.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext18.tfm differ diff --git a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext24.tfm b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext24.tfm index 401e3b00d67..518356e9bdc 100644 Binary files a/Master/texmf-dist/fonts/tfm/public/feyn/feyntext24.tfm and b/Master/texmf-dist/fonts/tfm/public/feyn/feyntext24.tfm differ -- cgit v1.2.3