to proceed.
2009/3/18 rgheck :
>
> Forwarding to devel. Did something happen that could have changed this?
>
> Original Message
> Subject: beamer trouble in 1.6.2
> Date: Wed, 18 Mar 2009 10:33:59 +0900
> From: fuyuki hane
> To:
>> LaTeX Error Option clash for package geometry.
>> \geometry
>> {verbose}
>> The package geometry has already been loaded with options:
>Did you load geometry manually in the preamble?
>Jürgen
Yes, I did.
Using the Beamer, manual setting is convenient for me.
Yours truly,
Hane
Jürgen wrote:
> Rather than that,pass "verbose" to Document>Class Options.
I don't know how pass "verbose" to Document>Class Options.
Yours truly,
Hane
Jürgen wrote:
> Open the Document dialog (Document>Settings). In the "Document Class" pane,
> you'll find a "Class Options" section. Insert "verbose" to the "Custom"
field.
Thank you for your kind instructions.
I attempted that.
However error occurred in the latex code.
So when I use Beamer, I w
Thank you for your kind instructions many times.
I finally managed to being able to use Beamer in 1.6.2.
Why did the error occur from "verbose" ?
In spite of selecting option size in the "Page layout" panel, I didn't
set the page spaces.
Namely that is why the spaces became unsettled.
Thus my solv
Excuse me correcting my previous mail.
My solved measures show as follows:
1.Reset the default size in the "Page layout" panel.
2.Check the default in the "Page space" panel.
3.In the "Preamble" panel,
usepackage{geometry}
geometry{verbose,paperwidth=128mm,paperheight=96mm}
Yours sincerely,
Hane
Jürgen wrote:
> Why do you set paperwidth and paperheight at all here? The values are
> identical to beamer's default.
> In other words: what you insert to the preamble is identical to
> \geometry{verbose}
> (\usepackage{geometry} is not needed, since geometry is already loaded by
> beamer itself).