GeneralHeaders in front matter of book class

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Myrona
Posts: 1
Joined: Thu Sep 27, 2007 4:18 am

Headers in front matter of book class

Post by Myrona »

I'm a beginner at LATEX and using it to write my thesis.... thought it'll be better the using MS word for 300 pages. But I'm having trouble changing the headers (as in headers and footers) in the \frontmatter of the book class (I'm using this class to write my thesis). I don't like it in capitals but I don't know how to change this and I've search all over the internet for some help. I also have other sections in this frontmatter including declaration, abstract, acknowledgments, list of abbreviations - order as follows:

Code: Select all

\frontmatter

\input{Declaration}

\input{Acknowledgments}

\input{Publications}

\input{Abstract}

\tableofcontents

\listoffigures

\listoftables

\input{Abbreviations}

\mainmatter ...
Now, I also want to put in the headers, the name of each of these chapters but all it seems to do is put Contents, list of Figures and List of Tables. Also, as I've put List of Abbreviations after my List of Tables it wants to label my headings in the Abbreviations section with List of Tables. I'm hope this is not too confusing and if this has been answered before it would be great if someone could direct me to the thread. Thanks in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Headers in front matter of book class

Post by pumpkinegan »

To get headers use the command

Code: Select all

\pagestyle{headings}
To change the default header from uppercase use the command

Code: Select all

\renewcommand{\chaptermark}[1]{\markboth{\chaptername\ \thechapter. \ #1}{}}
The fancyhdr package may also be worth looking at.
roescu
Posts: 6
Joined: Fri Sep 28, 2007 1:59 am

Re: Headers in front matter of book class

Post by roescu »

I have the same problem as you have and no solution for this yet.
I have included it in a post of mine as I had some other problem related with the \frontmatter.
It can be also interesting for u, so take a look from time to time also to my post, maybe smb. can help us move on.
;)
Post Reply