Zan wrote:
> Problem:
> When two sided document is chosen (koma-script Book Class, or Book
> Class) alternating Right Left pages fails when \pagenumbering{roman}
> goes to \pagenumbering{arabic}. Problem does not occur when using all
> {arabic}. I tried \frontmatter and \mainmatter first but that caused
> bizarre numbering with the child documents. I've attached a main file
> and a child document that recreates the problem.
try \cleardoublepage instead of \pagebreak (Insert->Formatting->Clear Double
Page).
> Question:
> I am using the ragged2e package for my whole document but would like
> the chapter Abstracts justified. How do I add "justified" to a single
> page? (such as the abstract page of the attached child document).
embrace the Abstract by
\justifying
...
\RaggedRight
Jürgen