I would like to have the chapter number at chapter title on the same line, so instead of:
"chapter 1
chapter name"
I would like
"1 Chapter name"
or
"1. chapter name"
i'm using \documentclass[a4paper, 11pt, oneside]{Thesis} and i would like to keep that, so that i do not have to change the rest of my document.
thank you in advance!
Edit: i see the change needs to happen in the Thesis.cls i use, so here is the part of the code concerning the chapter title:
%%
%% This is file `Thesis.cls', based on 'ECSthesis.cls', by Steve R. Gunn
%% generated with the docstrip utility.
%%
%% Created by Steve R. Gunn, modified by Sunil Patel: www.sunilpatel.co.uk
\usepackage{fancyhdr}
\lhead[\rm\thepage]{\fancyplain{}{\sl{\rightmark}}}
\rhead[\fancyplain{}{\sl{\leftmark}}]{\rm\thepage}
\chead{}\lfoot{}\rfoot{}\cfoot{}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\btypeout{\thechapter\space #1}\markboth{\@chapapp\ \thechapter\ #1}{\@chapapp\ \thechapter\ #1}}
\renewcommand{\sectionmark}[1]{}
\renewcommand{\subsectionmark}[1]{}
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else
\hbox{}
\thispagestyle{empty}
\newpage

A4paperis no documentclass, it's an option – Apr 13 '15 at 12:12Thesisclass files on the 'market'. Too which one you want to apply such changes? – Apr 13 '15 at 12:39.clsfile is completely rotten – Apr 14 '15 at 12:16