例如,您如何引用一个表格编号Table 7
?
样本数据
Table \ref{table:questions} lorem lorem ipsun.
\begin{table}
\label{table:questions}
\begin{tabular}{| p{5cm} | p{5cm} | p{5cm} |}
-- cut --
\end{tabular}
\end{table}
我明白了
Table 2.5 lorem lorem ipsun.
其中 2.5 是章节编号。