How can I remove the header title of the last page of the chapter?
Here in the code the part of newpage, I want to head the name of the chapter and keep the number of the page in the header:
-----------------------------------------------------------------
\chapter{Some }
blablablablablablablabla
blablablablablablablablabla
blablablablablablablablabla
.....
\newpage
\strut
\addcontentsline{toc}{chapter}{\textbf{{Conclusion}}}
\begin{center}\LARGE\textbf{{Conclusion}}\end{center}
------------------------------------------------------------------------
Theses, Books, Title pages ⇒ Title header chapter
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Title header chapter
You could use
Stefan
\markboth{}{}
or even \markboth{Conclusion}{Conclusion}
at that place in the document.Stefan
LaTeX.org admin
Title header chapter
Thank you, it is work!Stefan Kottwitz wrote:You could use\markboth{}{}
or even\markboth{Conclusion}{Conclusion}
at that place in the document.
Stefan
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Title header chapter
BTW: If the »Conclusion« title should be a chapter title without number, you could use
\chapter*{Conclusion}
instead of \begin{center}\LARGE\textbf{{Conclusion}}\end{center}
and also remove the [t]\newpage[/t]. Some classes like scrbook or scrreprt also provide commands to make a chapter title without number but with entry to the table of contents and a running head (and commands to center the chapter title).Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. 
