Thank you for the quick response. My comments are inserted below.
> > I have two tables rendered inside tabular environments that have
> > very long captions. If I introduce \\ line breaks in the caption,
> > LaTeX doesn't like it. ...
> If you're only interested in putting a line break after the caption
> label ...
No, the problem is that I need to introduce line breaks within the
caption, e.g.,
\caption{This is a very long\\ caption that needs\\ to appear on\\
four lines}
However ...
> More specifically, if my assumption above is correct, you would be
> interested in the 'newline' option the package provides:
Yes, I found that \caption{text\newline...} does the
trick, and also causes the label to appear in the List
of Tables, properly line broken.
However, it introduces another problem, in that now it
appears flush left. The source goes:
\begin{center}
\begin{table}
\begin{tabular}
... all the tabular text ...
\caption{Blah blah\newline blah blah ...}
\end{tabular}
\end{table}
\end{center}
and that way the caption text appears flush left, not
centered.
I'm experimenting some more ...
Thank you.
--
Lynn Newton
Columbus, Ohio