我目前正在写论文,我需要在定理中放一些图表。目前我正在使用 tikzcd 和图,但我的图表总是跳转到页面的开头。有没有比图更好的替代方案可以在定理中使用,或者有没有办法让我的 tikzcd 居中并在定理中加上标题?
\begin{theorem}
\begin{figure}
\centering
\begin{tikzcd}[row sep=huge]
\mathcal L \ar[d,"\iota", swap]
\ar[r,"j" color = black]& T(L)
\ar[dl,"\pi " color = black]
\\
\mathcal U
\end{tikzcd}
\caption{Einbettung}
\label{fig:my_label}
\end{figure}
\end{theorem}
谢谢你!
答案1
您可以使用包提供的命令在浮动对象( figure
、等)外添加标题。table
\captionof
caption
\usepackage{caption}
...
\captionof{figure}{Einbettung}