Tagged Questions
3
votes
1answer
282 views
Equation Labeling and xypic
Suppose I have the following TeX code for a diagram using xymatrix:
\begin{align}\label{diagram}
\xymatrix{
C\ar[r] & D &\\
B\ar[u] & & \\
A\ar[u] & &}
\end{align}
This ...