跳过计算数字和表格标题

pot*_*uff 4 latex tex caption figure

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

例如:

\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}
Run Code Online (Sandbox Code Playgroud)

Gou*_*oug 5

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

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