"Jacek M. Holeczek" wrote:
> 
> And you see the first page of the "Intro" with wide margins.
> If it matters - I use LyX Version 1.1.5fix2 on a RH6.1/i386 machine.
> Jacek.
> P.S. As soon as the 1.1.6fix2 is there I intend to switch to it. Jacek.

it's not a real roblem of lyx.
extsizes has to be load before the geometry package, because
it defines the margins new. but lyx does it vice versa.
therefore switch off the "use package geometry"-button and 
write in latex preamble 

\usepackage[8pt]{extsizes}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=0cm,bmargin=0cm,lmargin=0cm,rmargin=0cm}

for the margins write what you need.

Herbert

-- 
http:[EMAIL PROTECTED]

Reply via email to