LyXA completely blank page caused by pagebreak?

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
lyxrocks
Posts: 91
Joined: Sat Oct 23, 2010 5:59 pm

A completely blank page caused by pagebreak?

Post by lyxrocks »

I tried to come up with a minimal example but couldn't.
I will try my best to describe the problem:

i have Page Break(from Insert->Formatting) in between sections.

section 1 ends with a proof at the end of a page.

before section 2 starts, there is this completely blank page. absolutely nothing is on it.

why is it doing that? what can i do to prevent lyx from doing that?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

lyxrocks
Posts: 91
Joined: Sat Oct 23, 2010 5:59 pm

Re: A completely blank page caused by pagebreak?

Post by lyxrocks »

i guess i could remove the "page break" but it would be nicer if i could learn what's causing the problem and how to fix it...
lyxrocks
Posts: 91
Joined: Sat Oct 23, 2010 5:59 pm

A completely blank page caused by pagebreak?

Post by lyxrocks »

i am going to answer my own question!

replacing the pagebreak blue line (Insert->Formatting->Page Break) by the TeX Code (Insert->Tex Code)

Code: Select all

\newpage
solves the problem, no more extra white page!
Post Reply