Page Layout ⇒ Subsection Start not at the End of a Page
Subsection Start not at the End of a Page
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?
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?
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
-
- Posts: 8
- Joined: Tue Nov 16, 2010 4:55 am
Re: Subsection Start not at the End of a Page
try the commands \newpage, \clearpage, or \cleardoublepage before the \subsection command
Re: Subsection Start not at the End of a Page
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?!?
id like to apply my own rules :/ ..if possible?!?
-
- Posts: 8
- Joined: Tue Nov 16, 2010 4:55 am
Re: Subsection Start not at the End of a Page
hi,
try the packages changepage or titlesec to have complete control on page layout
hope this helps
try the packages changepage or titlesec to have complete control on page layout
hope this helps