Code: Select all
\documentclass[oneside]{book}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\fancyhead[C]{\fontsize{14}{0}\selectfont\thepage}
\begin{document}
\include{title}
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\newpage
\lstlistoflistings
\include{introduction}
\include{ch1}
\include{ch2}
\include{ch3}
\include{ch4}
\include{conclusion}
\include{bibliography}
\end{document}
Can somebody help with fixing that?