Theses, Books, Title pagesMissing Headline separator in Master / Doctoral Thesis

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
mgo4107
Posts: 11
Joined: Sun Oct 04, 2020 7:02 pm

Missing Headline separator in Master / Doctoral Thesis

Post by mgo4107 »

After using the following code in

%Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
\documentclass{book}
 
\begin{document}
\chapter{Heading on the page}
Text
 
\begingroup
% no newpage
\let\cleardoublepage\relax
%\renewcommand{\cleardoublepage}{}
\chapter{Heading one the same page}
Text
\endgroup
 
\chapter{Heading after at least one page break}
Text
\end{document}
to prevent pagebreak between chapters the headline separator disappeared which was
activated via
%headsepline, % Uncomment to get a line under the header
Can somebody help to switch it on again?
thanks.

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply