summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/4-10-7.ltx
blob: cacc0ae9788d4d5f9e15c140a23602700d5348c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{ppex}
\nonstopmode
\usepackage {pstcol,pstpoly}
\pagestyle{empty}

\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {pstcol,pstpoly}
\PstRegularPolygon
\PstRegularPolygon[RPolyNbSides=11]
\PstRegularPolygon[RPolyOffset=2]
\PstRegularPolygon[linecolor=red,RPolyIntermediatePoint=0.2]
\PstRegularPolygon[linestyle=dashed,RPolyCurves,RPolyOffset=2,
     RPolyIntermediatePoint=0.75]

\PstRegularPolygon[unit=2,RPolyNbSides=9,RPolyOffset=2]
\PstRegularPolygon[unit=2,RPolyNbSides=27,RPolyOffset=7,RPolyCurves,
   RPolyIntermediatePoint=0.1]
\end{document}