How to let a paragraph begin on the next page?

In order to allow changes in the document I want paragraphs to start in a fresh page automatically. I can’t find any setting for this. Where do I look?
ton

Please describe that in more details. Do you mean that you want each and every paragraph to start on a new page? or do you mean that if a paragraph doesn’t fully fit to the page, it should be carried to the next page as a whole? or do you mean that you need some (kind of) paragraphs to do that - then which are the requirements (distinctive features) to such paragraphs?

Hi Mike,
At this moment I only need it in one situation where I want the content of my writing to start on a new page, while the front page will have a photo and maybe some text that I might add on, meaning the content page should move a page if that happens. It seems that PhLo 's answer does the trick.
Ton

The quickest and easiest way to break after every paragraph is to type CTRL+ENTER as you finish a paragraph. It accomplishes the same page break function as @Hrbrgr mentioned, except the keystroke is much faster than clicking through menus. It’s not fully automatic, but I find it extremely easy to do while typing. Thankfully this keystroke was carried over from other word processors. It’s very common.

Sidenote: CSS for web has
page-break-after: always;, which is
useful when formatting web pages for
print.

Writer has the similar Insert Page Break After/Before option under FormatParagraphText Flow, which SEEMS like it should fit the bill… but it didn’t work for me automatically as “it should.” I had to keep applying a style with this option enabled on each new paragraph after pressing enter. HOWEVER, you could create a new paragraph style with this option enabled, type a bunch of paragraphs with carriage returns between them, select all and apply this style, then it seems to work for all the paragraphs, “automatically” (semi) inserting the page breaks after each paragraph.

Attached at bottom: sample file with working PAGE BREAK AFTER style applied to every paragraph. Try pressing and see what happens.

Frank’s Adventures.odt

Somehow applying the “Insert-Page-After” works for me when applied to Default paragraph style, with 6.1.3.2. Of course, it wouldn’t, if I applied the reverse setting to a paragraph as direct formatting, which would override the style setting; or if I used a paragraph style that doesn’t inherit from Default, or has the setting set explicitly in it.

Yeah, when I was hunting around and saw this text flow option (which I’ve never used before), I thought, “SWEET! This is it!” But then, it had inconsistent behavior. One would think that, if you set up the style on a paragraph, that the next paragraph which has the same style would also create a new page when pressing . This didn’t happen for me, it just went to the next line. I don’t know if this functionality is by design or if it’s buggy. To me it’s not what I would expect to happen.

Please provide a sample file to see.

I think I got it to work. When I initially created a style with Insert Page After text flow, it didn’t retain the feature. But then I went to StylesManage Styles (also F11), Clicked to Modify the style, enabled the Text Flow Insert Page After again, and then it worked after that secondary step. I attached my file. If you insert a new paragraph by pressing it should insert a page break after it.

And for the curious in the crowd, my avatar image shows Fred and Caleb featured in the short story found within the attached document. :smiley:

Thanks PhLo, I managed to do what I wanted to do for now. I am sure in the future I need to delve into this more,.
Ton

That will not work automatically. Try using the menu Insert>Page Break or Insert>Breaks>Manual Break and select Page Break. LibreOffice, Version: 6.1.3.2 (x64).

I hope it can help you.

Thanks,
For now I have solved this, will remember your suggestion,
Ton

If you need it repeatedly in the same document, it’s wise to create a dedicated paragraph style. RTFM.

For now I have a solution, but I will remember this for future needs,
Ton