summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp
new file mode 100644
index 00000000000..7059c792ad9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-2-1.mp
@@ -0,0 +1,15 @@
+
+defaultfont:="ptmr8r";
+warningcheck:=0;
+beginfig(1)
+u=2pt;
+labeloffset:=10pt;
+defaultfont:="ptmb8r";
+dotlabel.ulft ("upper left",(100u,100u));
+label.urt (btex upper right etex,(100u,100u));
+label.llft ("lower left",(100u,100u));
+label.lrt (btex $x_1,y_1$ etex,(100u,100u));
+draw (50u,100u)--(150u,100u);
+draw (100u,125u)--(100u,75u);
+endfig;
+end;