commutative-diagramm.tex 259 B

12345678910111213
  1. \documentclass[varwidth=true, border=2pt]{standalone}
  2. \usepackage{amsmath}
  3. \usepackage{xypic}
  4. \begin{document}
  5. \begin{equation*}
  6. \xymatrix@R+2em@C+2em{
  7. A \ar[r]^-f \ar[d]_-\varphi & B \ar[d]^-\psi \\
  8. C \ar[r]_-g & D
  9. }
  10. \end{equation*}
  11. \end{document}