Theses, Books, Title pagesTitle header chapter

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
mimi04
Posts: 13
Joined: Tue Sep 03, 2019 1:17 pm

Title header chapter

Post by mimi04 »

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}
------------------------------------------------------------------------

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Title header chapter

Post by Stefan Kottwitz »

You could use \markboth{}{} or even \markboth{Conclusion}{Conclusion} at that place in the document.

Stefan
LaTeX.org admin
mimi04
Posts: 13
Joined: Tue Sep 03, 2019 1:17 pm

Title header chapter

Post by mimi04 »

Stefan Kottwitz wrote:You could use \markboth{}{} or even \markboth{Conclusion}{Conclusion} at that place in the document.

Stefan
Thank you, it is work!
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Title header chapter

Post by Ijon Tichy »

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. :cry:
Post Reply