Generaldefinition numbering and thesis chapter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

definition numbering and thesis chapter

Post by pallav »

I am writing a thesis with a standard Thesis_template. The thesis.cls file is attached herewith. I have two problem at present:

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.
Attachments
Thesis.cls
(17.02 KiB) Downloaded 296 times

Recommended reading 2024:

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

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

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

definition numbering and thesis chapter

Post by cgnieder »

Can you please post a complete Infominimal working example? As this you your 123. post here you should know by now that you increase your chances of getting an answer significantly if you do so. I for my part like if I can't just copy the example, paste it to my editor, run latex on it and see what the issues are. If I need to compose a document first I often don't bother. I'm sure this is similar for others.

Regards
site moderator & package author
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

definition numbering and thesis chapter

Post by localghost »

Furthermore you should not mix different topics in one thread because it becomes confusing. Please open separate threads for your other questions.


Thorsten
Post Reply