blob: 44627d96b55abe3cebbc1659be58276165ecbbbb (
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,2cell]{xy}
\pagestyle{empty}
\setlength\textwidth{183.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage [all,2cell]{xy}
\UseAllTwocells
\[
\xymatrix @=15mm {
L_1 \rlowertwocell<-3>_{a_1}{<-1>}
\rcompositemap<6>_{a_2}^{a_3}{\omit}
& R_1 \dtwocell<0>_{a_4}{"}
\\ L_2 \uuppertwocell_u^d{\omit}
\rtwocell<2>{'id}
& R_2
}\]
\end{document}
|