7

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

例如:

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

1 回答 1

7

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

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

于 2011-01-17T15:54:31.483 回答