Page LayoutShowing the wrong chapter title at the top of the page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
bertibott
Posts: 14
Joined: Wed Dec 12, 2018 3:32 pm

Showing the wrong chapter title at the top of the page

Post by bertibott »

hi,

I am writing my thesis and I have noticed something rather odd..

I have an appendix with some text in it and after that I have a list of abreviations.
The List of ABreviations is currently two pages long. The first page looks fine, it has the big heading that all new chapters have. The second page however has should have the name of the current chapter in the top right corner of the page. Only that it is not showing the title for the list of abreviations but that of the last chapter of the appendix (see the images in the attached zip-archive). I am using an document class that is based on scrreprt but hsa abeen altered by someone at my university.


\begin{document}

\pagenumbering{roman}

\maketitle

\include{Abstract}

\acresetall

\cleardoublepage
\tableofcontents

\cleardoublepage
\pagenumbering{arabic}

\include{Einleitung}
% Inlcuding all the chapters

\include{Fazit}


\cleardoublepage

\appendix
\chapter{Multicastadressen}
\label{app:Multicastadressen}

Intersting Stuff about Multicast


\chapter{PTP-Spezifikation}
\label{app:PTP}
\begin{verbatim}
Interesting file in a verbatim enviroment
\end{verbatim}


\chapter*{\glossarytitlename}

\begin{acronym}[ABCDEFGHIJK]
\acro{ARP}{Address Resolution Protocol}
% Many more acronyms
\end{acronym}
\clearpage

\listoffigures
\clearpage

\listoftables
\clearpage

\bibliographystyle{IEEEtran}
%\bibliographystyle{unsrtdin}
\bibliography{references}

\end{document}
Attachments
kn-thesis.cls
(26.42 KiB) Downloaded 208 times
LaTeX-Trouble.zip
(39.12 KiB) Downloaded 169 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Showing the wrong chapter title at the top of the page

Post by Johannes_B »

\markboth{wombat}{capybara} directly after the abbreviations chapter title.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply