答案1
使用起来非常简单tikz-cd
。
\documentclass{article}
\usepackage{amsmath}
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}[column sep=2cm,row sep=2cm]
\textbf{As}
\arrow[r,"\bot","\text{Lie}_\text{as}"',yshift=-1ex]
\arrow[d,"\dashv"',"\subset",xshift=1ex]
&
\textbf{Lie}
\arrow[l,"U"',yshift=1ex]
\arrow[d,"\vdash","\subset"',xshift=-1ex]
\\
\textbf{Dias}
\arrow[r,"Lb","\top"',yshift=1ex]
\arrow[u,"As",xshift=-1ex]
&
\textbf{Lb}
\arrow[u,"\text{Lie}_\text{Lb}"',xshift=1ex]
\arrow[l,"U_d",yshift=-1ex]
\end{tikzcd}
\end{document}