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