summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl
new file mode 100644
index 00000000000..6730b90c0f2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-1.inl
@@ -0,0 +1,8 @@
+\usepackage {pstcol}
+\begin{pspicture}(0,0)(5,4)
+ \newpsstyle{bomb}{fillcolor=gray,fillstyle=solid,
+ linestyle=dashed,linewidth=2pt}
+ \pscircle[style=bomb](2,2){.5}
+ \pscircle(.5,.5){.5}
+ \pswedge[style=bomb](4,.5){1}{20}{130}
+\end{pspicture}