On Sat, Nov 03, 2001 at 03:45:01PM -0300, Roberto Hernandez wrote:
> I am using a multipart document. The first document is the Title Page, so
> everything is centered. I marked all of the text, went to the Paragraph
> Layout and selected Centered. After that the whole document was centered.
>
> After exporting to LaTeX, I found the problem. The last paragraph is centered
> as follows:
>
> \centering 2002
>
> instead of
>
> {\centering 2002}
>
> Therefore, everything after that is centered.
This is a known bug in lyx. It happens if the last paragraph in an included
file is centered.
A workaround to this problem is to add a dummy paragraph after the centered
paragraph: use one of the following:
1. A comment paragraph containing some text
2. A normal paragraph containing a note
3. A normal paragraph containing % in latex mode.