Guenter Milde wrote:

> On Mon, 8 Jul 2002 07:01:08 +0200 wrote Andre Poenitz <[EMAIL PROTECTED]>:
> 
> 
>>On Fri, Jul 05, 2002 at 07:50:11PM +0200, Kontra, Gergely wrote:
>>
>>>The Q was: So really must I center them one-by-one???
>>>And I also want to hear the answer.
>>>
>>Looks like that.
>>
> 
> Unfortunately!! :-(
> 
> AFAIK, this is becouse LaTeX doesnot center by default and someone did not
> like the nonstandard behaviour of LyX (or the actual patchy implementation).
> 
> There is an (untested!) workaround:
> Find out the command used for insertion of graphics (\includegraphix ?) and
> try to redefine it to contain the centering. Something like
> 
> let\oldincludegraphix=\includegraphicsx
> \def\includegraphix{\centering \oldincludegraphix}


should be

\let\oldincludegraphix=\includegraphics
\def\includegraphics{\centering \oldincludegraphix}

Herbert




-- 
http://www.lyx.org/help/

Reply via email to