I am on the process of writing up my dissertation.. everything sems to be okay but I need to change the format of the chapter heading. I want the following format:
Chapter 1
Introduction
the problem I am facing now is the format that I always get is:
1 Introduction
I don't want this format>> I want to replace it with the earlie
Code: Select all
\documentclass[oneside,12pt]{scrbook}
\usepackage{graphicx}
\usepackage[round]{natbib}
\bibliographystyle{plainnat}
\usepackage[doublespacing]{setspace}
\usepackage{tipa}
\usepackage{t4phonet}
\usepackage{ugarite}
\usepackage{avm}
\usepackage{tikz}
\usepackage{sectsty}
\usepackage{amssymb}
\usepackage{covington}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\setlength{\headheight}{15.2pt}
\lhead{{\fancyplain{}{\textit{\leftmark}}}}
\chead{}
\rhead{\thepage}
\lfoot{}
\cfoot{}
\rfoot{}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0pt}
\usepackage{amsmath}
\usepackage{accents}
\usepackage{minipage}
\usepackage{colortbl}
\usepackage{geometry}
\geometry{top=2.5cm, bottom=2.5cm, left=2.5cm, right=2.5cm}
\begin{document}
\frontmatter
\mainmatter
\chapter{Introduction}
\end{document}