blob: 9304bfd3cf04739ef5861a99659606b1dc1b5d05 (
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 [all,poly,knot,dvips]{xy}
\pagestyle{empty}
\setlength\textwidth{183.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage [all,poly,knot,dvips]{xy}
\[\UseTips
\renewcommand{\labelstyle}{\scriptstyle}
\begin{xy} 0;/r8mm/:
(0,0)
,{\hover\hcross<><{1}|>|{2}>>>{3}%
\hcross<><{4}|>|{5}>>>{6}\hover-}
,(0,-3)
,{\hover\htwistneg<><{1}|>|{2}>>>{3}%
\htwistneg<><{4}|>|{5}>>>{6}\hover-}
\end{xy}\]
\end{document}
|