On Mon, Feb 18, 2002 at 09:03:08AM -0800, belahcene abdelkader wrote: > I noticed that Lyx save the center paragraph with > centering and at the end it adds \par. Is it possible > to use instead \centerline and whitout \par command ? > Because in the arabic environment \centering and \par > are not recognized, and I must correct the texfile > manually, to delete \par and change the centering. > > I want to change it in the source file paragraph.C, > (see dekel remarks line:2595 lyx1.1.6fix4) but I don't > know if the change affects other thing elsewere.
\centerline is not equivalent to \centering, as it only handles one line. Therefore, we will not use it. > The footnote doesn't work in the lyx (arabic article ) > but it works if manually you add it in the tex file. > thanks for help. I'll fix it when I have some free time.
