summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl
new file mode 100644
index 00000000000..28ea95079ef
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-2-5.inl
@@ -0,0 +1,13 @@
+\usepackage {pstcol}
+\psset{unit=.5cm}
+\begin{pspicture}(10,10)
+\psset{subgriddiv=0,linewidth=.8}
+\psgrid
+\psset{dimen=inner}
+\psframe
+ (1,1)(4,4)
+\psframe[dimen=middle,linecolor=red]
+ (6,6)(9,9)
+\psframe[dimen=outer,linecolor=yellow]
+ (0,6)(4,9)
+\end{pspicture}