2008/8/14 Konrad Hofbauer <[EMAIL PROTECTED]>:
> Nicolas Girard wrote:
>
>> Well, the problem is, I need custom page width & height for this
>> document. Specifying this via LyX's dialog box triggers the geometry
>> package.
>
> So, as a workaround, do not change the page via LyX's dialog box but
> manually in the Latex Preamble?
>
That did not the trick.
In the LaTeX output you'll find, in that order:
\documentclass ...
\usepackage{savetrees}
\geometry{...}
and the resulting document **doesn't** have the dimensions specified
by the line beginning with '\geometry'.
Nicolas