I tried using the \rtwocell command to produce twocells in a commutative diagram and my LaTeX installation (TeX Live on a Mac) does not recognize it. It seems to recognize everything else I have tried with xypic. Are there are known issues with xypic on TeX Live?
This is the example I tried:
\documentclass[11pt]{article}
\usepackage[all,2cell]{xy}
\begin{document}
\[ \xymatrix{A\rtwocell^f_g{\eta}& B} \]
\end{document}
This is the error that is produced
! Undefined control sequence.
<argument> \xyeatall@ \everyentry@ A\rtwocell
^f_g{\eta }
l.4 \[ \xymatrix{A\rtwocell^f_g{\eta}& B}
\]