你怎么能引用一个表格,例如你得到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}
Run Code Online (Sandbox Code Playgroud)
我明白了
Table 2.5 lorem lorem ipsun.
Run Code Online (Sandbox Code Playgroud)
其中2.5是章节号.
dre*_*lax 335
您必须在标题后面放置标签,以便label存储表格的编号,而不是章节的编号.
\begin{table}
\begin{tabular}{| p{5cm} | p{5cm} | p{5cm} |}
-- cut --
\end{tabular}
\caption{My table}
\label{table:kysymys}
\end{table}
Table \ref{table:kysymys} on page \pageref{table:kysymys} refers to the ...
| 归档时间: |
|
| 查看次数: |
331236 次 |
| 最近记录: |