On 27 March 2013 01:06, Hans-Peter Wolf <h-p.w...@web.de> wrote:
> Dear experts,
>
> I use Lyx Version 2.0.5.1,Windows 7,64 Bit.
>
> I use the book(KOMA-Script)-document.
>
> My probleme: How can I add 2 aditional, empty pages ( in German the so
> called “Schmutztitel”) at the very beginning of the book-document?
>
> Which code is to add and on which place(präampel ore text body)?
>
> I am a beginner with Lyx and LaTex, and I would be glad, if you could help
> me!

Could you try, before any calls to \maketitle (most cases, in preamble):

\newpage
\thispagestyle{empty}
\mbox{}
\cleardoublepage
\newpage
\thispagestyle{empty}
\mbox{}
\cleardoublepage

I have a two-sided document where I insert a single blank page
following this method, but that's way after \maketitle (after
frontmatter, before chapter 1).

--
GPG/PGP ID: C0711BF1

Reply via email to