I am having an issue with the section headings. The 4th and 5th chapter headings are being displayed as appendices. For example instead of 5.1 Conclusion the section displays A.1 Conclusion.
I have not commenced changing the Thesis.cls file and have only added a couple of packages. See the Chapter and Package code below
Code: Select all
\chapter{Conclusion} % Main chapter title
\label{Chapter5} % For referencing the chapter elsewhere, use \ref{Chapter1}
\lhead{Chapter 5. \emph{Conclusion}} % This is for the header on each page - perhaps a shortened title
%----------------------------------------------------------------------------------------
\section{Conclusion}\label{Sec_Conclusion}
lknkjkjkjh,jkjhkjhjhjhhkhkhkj
Code: Select all
\documentclass[11pt, oneside]{Thesis} % The default font size and one-sided printing (no margin offsets)
\graphicspath{{Pictures/}} % Specifies the directory where pictures are stored
\usepackage{footnote}
\usepackage{epsfig}
%\usepackage[left=0.9in,top=0.9in,right=0.9in,bottom=0.9in]{geometry}
\usepackage{lscape}
\usepackage{threeparttable}
\usepackage[square, numbers, comma, sort&compress]{natbib} % Use the natbib reference package - read up on this to edit the reference style; if you want text (e.g. Smith et al., 2012) for the in-text references (instead of numbers), remove 'numbers'
\hypersetup{urlcolor=blue, colorlinks=true} % Colors hyperlinks in blue - change to black if annoying
\title{\ttitle} % Defines the thesis title - don't touch this
\def\ms{\medskip}
\def\fn{\footnote}
\def\bi{\begin{itemize}}
\def\ei{\end{itemize}}
\def\i{\item}
\def\bs{\bigskip}
\begin{document}