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 --- Master/texmf-dist/doc/fonts/feyn/feyn10.mf | 41 ------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 Master/texmf-dist/doc/fonts/feyn/feyn10.mf (limited to 'Master/texmf-dist/doc/fonts/feyn/feyn10.mf') diff --git a/Master/texmf-dist/doc/fonts/feyn/feyn10.mf b/Master/texmf-dist/doc/fonts/feyn/feyn10.mf deleted file mode 100644 index be25771202d..00000000000 --- a/Master/texmf-dist/doc/fonts/feyn/feyn10.mf +++ /dev/null @@ -1,41 +0,0 @@ -% 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 -- cgit v1.2.3