blob: f90df3a0e877c826bb8d3f3c5d3fe6a29bd306a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
\documentclass{ppex}
\nonstopmode
\usepackage [frame,arrow,curve]{xy}
\pagestyle{empty}
\setlength\textwidth{183.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage [frame,arrow,curve]{xy}
\[\begin{xy}
(0,0)*@{*}*[F]{Box1}!UL="a",*@{x}
,(20,0)*@{*}*[F]{Box2}!RD*@{x}
,\ar@/^20pt/"a", \POS"a"!DR(.8)*@{+}
\end{xy}\]
\end{document}
|