summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/metafont/mftoeps/m2esamp/rectan.mf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/metafont/mftoeps/m2esamp/rectan.mf')
-rw-r--r--Master/texmf-dist/source/metafont/mftoeps/m2esamp/rectan.mf19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/rectan.mf b/Master/texmf-dist/source/metafont/mftoeps/m2esamp/rectan.mf
deleted file mode 100644
index 63802ab54d0..00000000000
--- a/Master/texmf-dist/source/metafont/mftoeps/m2esamp/rectan.mf
+++ /dev/null
@@ -1,19 +0,0 @@
-%%%%
-%%%% This file belongs to the MFTOEPS package.
-%%%%
-% ---
-% RECTAN.MF---a trivial example
-% ---
-input mftoeps;
-EPS_mode_setup;
-beginchar(48, % ASCII code (unimportant)
- 2cm#, % width
- 1cm#, % height
- 0cm# % depth
- );
- set_BB 0,-d,w,h; % coordinates of the corners of the bounding box
- write_preamble "rectan";
- fill_C unitsquare xscaled w yscaled h;
- write_postamble;
-endchar;
-end.