General ⇒ Avoid the empty Page in the Output
-
- Posts: 1
- Joined: Mon Jan 23, 2012 6:39 am
Avoid the empty Page in the Output
my problem is : it gives the empty page in the generated pdf...
my question is : how i can avoid the empty pages in the generated pdf...
- Attachments
-
- chap2.tex
- (114 Bytes) Downloaded 166 times
-
- chap1.tex
- (607 Bytes) Downloaded 158 times
-
- lm-10-01-18-Quick.tex
- (2.64 KiB) Downloaded 143 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 128
- Joined: Wed Jul 04, 2012 5:34 pm
Re: Avoid the empty Page in the Output
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class
Avoid the empty Page in the Output
“it” is somewhat vague, don't you agree?my problem is : it gives the empty page in the generated pdf...
Regards
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Avoid the empty Page in the Output
insipidtoast: why are you interested in this question - do you have undesired empty pages too? Perhaps explain your situation to us, we might help. For example, in documents in twoside mode chapters start always at right-hand pages, i.e. odd-numbered pages. If necessary, an empty page would be inserted to prevent the new chapter starting at a left hand page. That's usually specified by the
openright
option, which is set by default in the book
class, and can be changed using the openany
option.Stefan
-
- Posts: 128
- Joined: Wed Jul 04, 2012 5:34 pm
Re: Avoid the empty Page in the Output

Sometimes you just have to play around with "it". Maybe entering something as ERT generates a blank page, but entering it in the preamble does not...inserting a protected vertical space vs. an unprotected one...it usually just has to do with something simple like that.
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class