Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

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