blob: fe053b549c8d251ea9926705533585f31e02fa1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\documentclass{ppex}
\nonstopmode
\usepackage [graph,curve]{xy}
\pagestyle{empty}
\setlength\textwidth{183.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage [graph,curve]{xy}
\[\xygraph{
[]L :@/_/ [r]{M_1} :@/^/ [r]{M^2}
:@{|.>}[r]R :@/_1em/"L"
}\]
\end{document}
|