Hello,

I discovered a problem when using the book class (which is two-sided
by default) and the geometry package. This package needs a explicit
"twoside" option; however, when using the book class with two-side
paper layout (the default), the "twoside" option is not used in the
\documentclass, and then, if the geometry package is used, it does not
detect that the layout is two-sided, and the resulting document is
one-sided.

I think that there are two solutions to this problem: when the
LyX document is based on the book class and has two-side layout,

  1. Use the "twoside" option with the geometry package:
       \usepackage[twoside]{geometry}
     or,

  2. Use the "twoside" option in the \documentclass:
       \documentclass[twoside]{book}

(I was using LyX 1.0.3 and 1.0.4)

Saludos,
-- JMA
-----------------------------------------------------------------------
José Mª Alcaide                         | mailto:[EMAIL PROTECTED]
Universidad del País Vasco              | mailto:[EMAIL PROTECTED]
Dpto. de Electricidad y Electrónica     | http://www.we.lc.ehu.es/~jose
Facultad de Ciencias - Campus de Lejona | Tel.:  +34-946012479
48940 Lejona (Vizcaya) - SPAIN          | Fax:   +34-946013071
-----------------------------------------------------------------------
             "Keyboard not present -- Press F1 to resume"

Reply via email to