diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-13 22:43:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-13 22:43:59 +0000 |
commit | 17f509b7fc89905a9a7784c63e38c1df3d599978 (patch) | |
tree | 41088d45b32458b8de5066bd732dadec81182f76 /Master/texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.mf | |
parent | bd4dcf750ab59b2d554ed0e291439c6000537e80 (diff) |
rm incomplete mftoeps, full version at mirror.ctan.org/graphics/MF-PS (luecking et al., 13 Mar 2012 15:17:40)
git-svn-id: svn://tug.org/texlive/trunk@25631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.mf')
-rw-r--r-- | Master/texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.mf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.mf b/Master/texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.mf deleted file mode 100644 index 0b5850a8892..00000000000 --- a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/holeclip.mf +++ /dev/null @@ -1,20 +0,0 @@ -%%%% -%%%% This file belongs to the MFTOEPS package. -%%%% -% --- -% HOLECLIP.MF---a nearly trivial example -% --- -input mftoeps; eps_mode_setup; -w#=4cm#; h#=2cm#; define_pixels(w,h); -set_BB origin, (w,h); -write_preamble jobname; - fix_fill_cmyk 0,0,0,.25; % 25 percent of black - for oper:="draw_C", "clip_C": - scantokens oper -% outer edge: - fullcircle xscaled w yscaled h shifted (.5w,.5h), -% inner edge: - reverse fullcircle xscaled .7w yscaled .7h shifted (.5w,.5h); - endfor -write_postamble; -end. |