diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc/4-6-21.inl |
Initial commit
Diffstat (limited to 'info/examples/lgc/4-6-21.inl')
-rw-r--r-- | info/examples/lgc/4-6-21.inl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/info/examples/lgc/4-6-21.inl b/info/examples/lgc/4-6-21.inl new file mode 100644 index 0000000000..1432e9adc0 --- /dev/null +++ b/info/examples/lgc/4-6-21.inl @@ -0,0 +1,6 @@ +\usepackage {pstricks} +\begin{pspicture}(-.2,-.5)(3,2)\showgrid +\rput(.5,.5){\rnode{A}{\psframebox{Cat}}} +\rput(2.5,1.5){\rnode{B}{\psframebox{Dog}}} +\ncangles[angleB=180]{A}{B} +\end{pspicture} |