mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
12 lines
259 B
TeX
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}
|