[Xy-pic] Tip sizes when using the slides class

Michael Abbott michael@araneidae.co.uk
Sun, 29 Sep 2002 15:13:29 +0000 (GMT)


The TeX below generates a diagram with minuscule arrow-heads.  I've tried
\SelectTips, but that doesn't seem to make any difference.

What can I do about this to get sensible diagrams on slides, please?


\documentclass{slides}
\usepackage[all]{xy}
\begin{document}
\begin{slide}
Compare $\xymatrix{A \ar[r] & B}$ with $A\rightarrow B$.
\end{slide}
\end{document}