diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl new file mode 100644 index 00000000000..2dd5f751cb9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-6-4.inl @@ -0,0 +1,6 @@ +\usepackage {pstricks} +\begin{pspicture}(-.2,-.5)(3,1)\showgrid +\pnode(.5,.5){A} +\pnode(2.5,.5){B} +\ncline{A}{B} +\end{pspicture} |