Search found 3 matches

by hughes
Sun Apr 25, 2010 1:01 am
Forum: Page Layout
Topic: Headers missing on chapter title pages
Replies: 2
Views: 4993

Re: Headers missing on chapter title pages

Thanks, that did it. I never realized \chapter (in my case) call \thispagestyle to set the style back to plain. Learn something new every day.
by hughes
Sat Apr 24, 2010 11:53 pm
Forum: Page Layout
Topic: Headers missing on chapter title pages
Replies: 2
Views: 4993

Headers missing on chapter title pages

I'm working on my dissertation and I am required to show headers on my chapter title pages (it looks ugly, I know, but I have no choice), but my current code suppresses the headers on the first page of a new chapter.

MWE (compiled w/ pdflatex)
Note that I use this file in conjunction with a bunch ...
by hughes
Tue Sep 22, 2009 12:45 am
Forum: Graphics, Figures & Tables
Topic: Figure placement when using [p!] (page)
Replies: 5
Views: 30760

Figure placement when using [p!] (page)

I'm trying to get each figure on its own page for a dissertation (document class book), so (using graphicx) I declared:

\begin{figure}[p!tb]
...
\end{figure}

Figures are put on a separate page, but the page occurs at the end of the chapter. Is there any way to have the figure appear on the page ...