2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
LaTeX-examples/math/commutative-diagramm/commutative-diagramm.tex
2012-09-27 16:18:42 +02:00

12 lines
259 B
TeX

\documentclass[varwidth=true, border=2pt]{standalone}
\usepackage{amsmath}
\usepackage{xypic}
\begin{document}
\begin{equation*}
\xymatrix@R+2em@C+2em{
A \ar[r]^-f \ar[d]_-\varphi & B \ar[d]^-\psi \\
C \ar[r]_-g & D
}
\end{equation*}
\end{document}