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-2-1.inl |
Initial commit
Diffstat (limited to 'info/examples/lgc/4-2-1.inl')
-rw-r--r-- | info/examples/lgc/4-2-1.inl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/info/examples/lgc/4-2-1.inl b/info/examples/lgc/4-2-1.inl new file mode 100644 index 0000000000..bfbc44c71e --- /dev/null +++ b/info/examples/lgc/4-2-1.inl @@ -0,0 +1,5 @@ +\usepackage {pstcol} +\begin{pspicture}(0,0)(2,2)\showgrid +\psline[linewidth=1pt,linecolor=gray] + {<->}(0.5,0)(0,1)(1,1.5)(1.5,1)(.5,.5) +\end{pspicture} |