答案1
好吧,给你一份小圣诞礼物……
请参阅以下 MWE(请在您的下一个问题中添加这样一个最小的工作示例!这样更容易帮助您):
\documentclass{article}
\usepackage{caption} % <================================================
\begin{document}
\begin{center}
\begin{tabular}{ll}
test & test
\end{tabular}
\captionof{table}{caption of table} % <=================================
\end{center}
\end{document}
使用命令\captionof
(您需要为其加载包caption
),您可以为表格或图形添加标题(第二个选项),而无需使用浮动table
或figure
...
给定 MWE 的结果: