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

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 many kinds of documents

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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