【发布时间】:2010-10-25 11:39:10
【问题描述】:
我在 LaTeX 中有一个长表,其标题不适合一行,例如
\begin{longtable}{lrrr}
\caption{This is a very long caption that does not fit into one line}
...
\end{longtable}
生成的 PDF 如下所示:
Figure 1: This is a very long caption that does not fit
into one line
我希望标题的第二行与标题的开头(而不是文本“图 1”)对齐,使其看起来像
Figure 1: This is a very long caption that does not fit
into one line
或至少使标题文本居中。 我该怎么做?
【问题讨论】:
标签: latex