Theses, Books, Title pagesSection Header

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
joe
Posts: 2
Joined: Mon Jul 13, 2015 11:24 am

Section Header

Post by joe »

Hi,

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}

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

joe
Posts: 2
Joined: Mon Jul 13, 2015 11:24 am

Re: Section Header

Post by joe »

Ahh Problem solved
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Section Header

Post by Johannes_B »

Do you want to share your solution with us?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply