>>To: [email protected]
>>From: [EMAIL PROTECTED]
>>Subject: Re: AW: How to center graphics in Lyx?
>>Date: Fri, 16 Feb 2007 11:04:27 +0100
>>
>>On Thu, 15 Feb 2007, Paul Smith wrote:
>>
>>>> I cannot recall it with precision, but I think Herbert wrote it in
>>>> this very list.
>>
>>> http://wiki.lyx.org/FAQ/AllPages#toc117
>>
>>So to conclude, I think it's ok to use the paragraph alignment dialog to
>>make the figure centered in LyX 1.4 and later. (Hope I got this right)
Right, lyx exports a centering environment instead of a center environment
as previously:
\begin{figure}
\begin{centering}
\includegraphics{/usr/local/share/lyx/clipart/platypus}
\par\end{centering}
\caption{test}
\end{figure}
However, the visual appearance of the figure in the inset does not reflect
the status of the paragraph setting:
- flush left for Left, Right and Center
- indented for Justified.
Should be centered when Paragraph is Center, flushed right
when paragraph is Right, thats the only way to see how the Paragraph is set
without opening it.
--
Jean-Pierre