Georg Baum wrote:
> > Lyx is always changing these parameters. If I open the Document and go
> > to Layout->Document, there is always 2cm. The file is not
> > write-protected, anything else is working and would be accepted. I
> > already tried to modify the settings with kate and then open the file in
> > lyx, but it did not help.
I can not reproduce (1.3.4cvs), can you try to prepare an example file which
shows this bug?
If you are in a hurry with your dissertation, try setting the margins
"manually", in preamble:
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=2.5cm,bmargin=2.5cm}
(or whatever your paper size is)
> Maybe this is related to a bug that is fixed in 1.3.4cvs:
>
> - allow to use some paper sizes (A3, B3, B4, and custom) without
> � custom margins [Qt problem only].
I don't think so. The problem with this bug was that chosing A3, B3, B4, and
custom papersize did not activate geometry (which is needed). Custom margins
always worked.
J�rgen.