[Tex/LaTex] In Lyx how to get chapters to start on odd pages

chaptersdouble-sidedlyxsectioning

I'm using Lyx and I want the pdf output to print Contents, new chapters and bib on a odd page. How can I do this?

What information do you require from lyx?
Class is Report.


Document > Configuration > Document class > Class options > write
twoside,openright > Check that source code (view menu) start with
\documentclass[english,twoside,openright]{report} – Fran

We are almost there!
Now My layout is

  1. Title Page
  2. Abstract // I'd want this on page 2.
  3. Blank (pg2)
  4. Contents (pg3)
  5. Blank (pg4)
  6. Chapter 1 (pg5)

What I really want is

  1. Title Page
  2. Blank <<<< EXTRA BLANK Page
  3. Abstract (p2)
  4. Blank (pg3)
  5. Contents (pg4)
  6. Blank (pg5)
  7. Chapter 1 (pg6)

What info do you need?


Okay I've found a solution.

I inserted Latex code (⌘L) \cleardoublepage{} before Abstract now it is beautiful!

Best Answer

Answer from Fran:

Document > Configuration > Document class > Class options > write twoside,openright > Check that source code (view menu) start with \documentclass[english,twoside,openright]{report} – Fran

In my case I also had to inserted Latex code (⌘L) \cleardoublepage{} before my abstract.


Amendment: I changed Abstract to an unnumbered chapter and removed \cleardoublepage{} because the previous action caused unusual page numbering before abstract page.