Page LayoutSubsection Start not at the End of a Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
andy70182
Posts: 2
Joined: Mon Aug 22, 2011 1:43 pm

Subsection Start not at the End of a Page

Post by andy70182 »

Hi everybody,

i'm totally new to latex, and to this forum. i searched for the topic, without any real matches... :/

i was wondering if i can customize the subsection command. i don't want to start a new subsection at the end of a page. if the content of subsection can't be written on the same page a new page should start.

how can i achieve this?

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

beethovengg
Posts: 8
Joined: Tue Nov 16, 2010 4:55 am

Re: Subsection Start not at the End of a Page

Post by beethovengg »

try the commands \newpage, \clearpage, or \cleardoublepage before the \subsection command
andy70182
Posts: 2
Joined: Mon Aug 22, 2011 1:43 pm

Re: Subsection Start not at the End of a Page

Post by andy70182 »

i was rather wondering if i could manipulate the standard rules for a subsection. instead of changing the things manualy...
id like to apply my own rules :/ ..if possible?!?
beethovengg
Posts: 8
Joined: Tue Nov 16, 2010 4:55 am

Re: Subsection Start not at the End of a Page

Post by beethovengg »

hi,

try the packages changepage or titlesec to have complete control on page layout

hope this helps
Post Reply