Search found 6 matches

by rand0m3r
Mon Oct 06, 2008 8:40 am
Forum: General
Topic: Pagebreak within a chapter?
Replies: 12
Views: 12242

Re: Pagebreak within a chapter?

thanks.
by rand0m3r
Sun Oct 05, 2008 2:55 am
Forum: General
Topic: Pagebreak within a chapter?
Replies: 12
Views: 12242

Re: Pagebreak within a chapter?

thanks. that sort of works. i can get all the section headings to appear at the top of each page. but for the page before a new section, there is a figure and its hanging in the middle of the page. i'd like to have it at the top of the page. how do i do that?
by rand0m3r
Sat Oct 04, 2008 3:41 am
Forum: General
Topic: Pagebreak within a chapter?
Replies: 12
Views: 12242

Pagebreak within a chapter?

hi, i have found that my issue is that if i don't do a \newpage in front of the first \section{}, then none of the subsequent \newpages will work. however, i don't actually want a \newpage before my first \section{} . here is the MWE that works:
\documentclass[a4paper,10pt]{book}
\begin{document ...
by rand0m3r
Fri Oct 03, 2008 3:50 pm
Forum: General
Topic: Pagebreak within a chapter?
Replies: 12
Views: 12242

Re: Pagebreak within a chapter?

still not working. might i add that i'm trying to do a pagebreak before a new \section so that the section heading appears on a new page. but i just can't seem to get it to go onto a new page.
by rand0m3r
Fri Oct 03, 2008 2:10 pm
Forum: General
Topic: Pagebreak within a chapter?
Replies: 12
Views: 12242

Re: Pagebreak within a chapter?

nope. still does nothing.
by rand0m3r
Fri Oct 03, 2008 1:12 pm
Forum: General
Topic: Pagebreak within a chapter?
Replies: 12
Views: 12242

Pagebreak within a chapter?

hi. i'd like to know how to do a pagebreak within a chapter.

if i have:

Code: Select all

\chapter{Something}
stuff
\pagebreak
morestuff
it doesn't make a pagebreak.