Page LayoutHow to move subsubsection title to the previous page?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
lukaszskowron96
Posts: 36
Joined: Tue Oct 09, 2018 1:01 pm

How to move subsubsection title to the previous page?

Post by lukaszskowron96 »

Hi,

I encountered this problem in Latex. As you can see on the picture below. I want to move 6.2.3 Moment Load to the previous page, but for some reason it stays on the next page. This is the part of code that generates this:

Code: Select all

\subsubsection{6.2.3 Moment Load}
Please, I really need to shift this to the previous page, I am running out of space in document I am writing.

Thanks,

Lukasz
latexforum3.png
latexforum3.png (33.05 KiB) Viewed 3900 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

How to move subsubsection title to the previous page?

Post by Stefan Kottwitz »

Hi Lukasz!

The subsection title itself may fit to the previous page. But a title without text at the end of the page would not be perfect. That's why text after a heading sticks to the heading and it together moves to the next page if that's better.

I could say more if I would see code.

Stefan
LaTeX.org admin
lukaszskowron96
Posts: 36
Joined: Tue Oct 09, 2018 1:01 pm

How to move subsubsection title to the previous page?

Post by lukaszskowron96 »

Stefan,

Thanks, I understand. I actually made the pictures above a bit smaller and now a first sentence that sticked to the title progressed to the previous page. I think, my problem is solved. I thought there is some kind of smarter way of changing the spacings between title and first sentence after it or something like that. Thanks anyway.

Lukasz
Post Reply