1. The definition numbering is following the theorem numbering. But I need their numbering different like as: for definition 1.1, 1,2, 1.3 and for theorem 1.1, 1,2, 1.3 etc,
2. For a chapter I am writing the below at the stating of a chapter file.
Code: Select all
\chapter{Introduction Main chapter title Introduction Main chapter title Introduction Main chapter title Introduction Main chapter title Introduction Main chapter title} % Main chapter title
\label{Chapter1} % For referencing the chapter elsewhere, use \ref{Chapter1}
\lhead{Chapter 1. \emph{Introduction}} % This is for the header on each page - perhaps a shortened title
\newpage
But the title of the chapter is not justified. I need the titles to be both left and right aligned.
3. The last request is that is there any other nice style to write a chapter page? If yes please help me.