Hi,

I'm using 1.0.0 pre 2.  I find that when I have a quote and in the middle of it
I change the layout of a paragraph to "centered", what gets put in the .tex file 
is 

....
\begin{quote}
....
{\centering This is supposed to be centered.\par}
...
\end{quote}
....

This is incorrect and formats wrong.  What should be output is

....
\begin{quote}
....
\par{\centering This is supposed to be centered.\par}
...
\end{quote}
....

i.e. there must be a \par preceding the \centering.


                                Kostas Oikonomou

-- 
                +++ the lyx project user mailing list +++
                To unsubscribe from this list send mail to 
                         [EMAIL PROTECTED]
                    with the **Subject** unsubscribe.

Reply via email to