From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/mtex/documentation/mdocpic1.tex | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 macros/mtex/documentation/mdocpic1.tex (limited to 'macros/mtex/documentation/mdocpic1.tex') diff --git a/macros/mtex/documentation/mdocpic1.tex b/macros/mtex/documentation/mdocpic1.tex new file mode 100644 index 0000000000..d8f692ffa8 --- /dev/null +++ b/macros/mtex/documentation/mdocpic1.tex @@ -0,0 +1,34 @@ + +\centerline{ + \beginpicture + \setcoordinatesystem units <1.0cm,1.0cm> + \setlinear + \setdots % speed up PiCTeX +% + \put {$A$} [b] <0mm,1.5mm> at 3.0 2.5 + \put {$\bullet$} at 3.0 2.5 +% + \put {$v_1$} [t] <0mm,-1.5mm> at 0.0 0.0 + \put {$\bullet$} at 0.0 0.0 + \plot 0.0 0.0 3.0 2.5 / +% + \put {$v_2$} [t] <0mm,-1.5mm> at 1.0 0.0 + \put {$\bullet$} at 1.0 0.0 + \plot 1.0 0.0 3.0 2.5 / +% + \put {$\bullet$} at 2.5 0.0 + \plot 2.5 0.0 3.0 2.5 / +% + \put {$\bullet$} at 3.5 0.0 + \plot 3.5 0.0 3.0 2.5 / +% + \put {$\bullet$} at 4.5 0.0 + \plot 4.5 0.0 3.0 2.5 / +% + \put {$v_n$} [t] <0mm,-1.5mm> at 6.0 0.0 + \put {$\bullet$} at 6.0 0.0 + \plot 6.0 0.0 3.0 2.5 / +% + \endpicture +} + -- cgit v1.2.3