Theses, Books, Title pages ⇒ Abbreviation on every page
Abbreviation on every page
Is there any way to remove "Abbreviations" from the top left of every page? After the first page of each chapter, every page has the word "Abbreviations" in italics in the upper left corner (opposite the page number)
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Abbreviation on every page
Welcome.
Well, depends on what you are doing.
You are doing something strange anyway, but without more details, it is impossible to tell.
Well, depends on what you are doing.
\pagestyle{plain}
or \markboth{}{}
. You are doing something strange anyway, but without more details, it is impossible to tell.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm
Abbreviation on every page
Perhaps post your preamble settings, and what you are doing in the document code with header commands (such as
Stefan
\markboth
or \markright
or \markleft
). Something puts "Abbreviations" to the header - in which way did you make it?Stefan
LaTeX.org admin
Abbreviation on every page
Hi guys! Thanks for responding. I actually fixed it. On the main thesis.tex file, right after the acknowledgements section, I placed % next to \lhead{\emph{Abbreviations}} and that fixed it.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Abbreviation on every page
never use lhead
Ist seems you are using a version of the template that is very very old and obsolete.
Ist seems you are using a version of the template that is very very old and obsolete.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.