blob: 276c4182d9c8e7d12c98ccebd0f301a7a1a56411 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\documentclass{ppex}
\nonstopmode
\usepackage [all,poly]{xy}
\pagestyle{empty}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage [all,poly]{xy}
\[\begin{xy} /r10mm/:
, 0 ,{*@{o}\xypolygon6{~*{\dir{*}}}}
,+/r22mm/,{\xypolygon6{~<{.}~>{}~={30}{\dir{*}}}}
,+/r22mm/,{\xypolygon6{~<{=}~>{:}{\dir{*}}}}
\end{xy}\]
\end{document}
|