I am pretty much new to LateX. I am planning to write my master thesis in LateX. I have set up the project and getting the hang of commands but i still few doubts regarding the numbering the chapters.
I have selected "report " as my document class.
\documentclass[12pt,a4paper,chapterprefix=false]{report}
\usepackage[left=4cm,right=2cm,top=2cm,bottom=2cm]{geometry}
...
..
\begin{document}
\tableofcontents
..
..
\include{Pages/introduction}
My introduction is simple
\chapter{Introduction}
The introduction should present the topic of the thesis to specify the purpose and
importance of the work. Other possible contents of an introduction are described
in section.
After compiling the .tex file i get
Chapter 1
Introduction
First,
How to get is as just 1.Introduction and remove the "Chapter" label ?
Second,
And all the chapters, table of content, lof, lot have extra margin at the top. The titilepage, and mandatory pages such as abstract, aunticity decl are following the margins as set by geometry unfortunately toc, lof, lot and chapters have extra margin/padding at the top. How do i remove it make it follow the dimensions set by geometry ? .
Any help is much appreciated.
I have my chapters inside folder "Pages".