跳过计算数字和表格标题

时间:2011-01-17 15:46:50

标签: latex figure tex caption

如何在没有任何自动计算的情况下制作表格和图形标题?

例如:

\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}

1 个答案:

答案 0 :(得分:5)

使用caption包(http://www.ctan.org/tex-archive/macros/latex/contrib/caption/

它定义了表环境的\caption*命令。