From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/examples/lgc/4-6-2.inl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 info/examples/lgc/4-6-2.inl (limited to 'info/examples/lgc/4-6-2.inl') diff --git a/info/examples/lgc/4-6-2.inl b/info/examples/lgc/4-6-2.inl new file mode 100644 index 0000000000..0af528aaf5 --- /dev/null +++ b/info/examples/lgc/4-6-2.inl @@ -0,0 +1,6 @@ +\usepackage {pstricks} +\begin{pspicture}(-.2,-.5)(3,1)\showgrid +\rput(.5,.5){\rnode{A}{Cat}} +\rput(2.5,.5){\rnode{B}{Dog}} +\ncline{A}{B} +\end{pspicture} -- cgit v1.2.3