<[EMAIL PROTECTED]> writes:

| Hi,
| 
| The figure caption in a float appears to be immune to justification
| commands: setting left, right, center, or block has no effect. And worse,
| the state it is in is "center", which is probably the worst of the 4
| possibilities (well, maybe right would be worse). Reopening
| Layout->Paragraph always shows the radio button at "center", no matter
| what you did before. The perverse thing is that the DVI always shows the
| caption as "block", as it should. This is 1.1.6fix1.

Did you try this in LaTeX:

\documentclass{articla]
\begin{document}
\begin{table}
Foobar
\caption{test it}
\end{table}
\begin{table}
Foobar
{\centering\caption{test it}}
\end{table}
\begin{table}
Foobar
{\raggedright\caption{test it}}
\end{table}
\begin{table}
Foobar
{\raggedleft\caption{test it}}
\end{table}
\end{document}

(untested of course)

        Lgb

Reply via email to