如何在没有任何自动计算的情况下制作表格和图形标题?
例如:
\begin{table}
\begin{tabular}{ll}
\textbf{Name} & \textbf{Description} \\
Foo & bar \\
Foo & bar
\end{tabular}
\caption{Nice Table a.I.3. Number of table passed in caption, so it don''t need any automatic numeration }
\label{tab:table}
\end{table}
答案 0 :(得分:5)
使用caption
包(http://www.ctan.org/tex-archive/macros/latex/contrib/caption/)
它定义了表环境的\caption*
命令。