i am making a report using miktex 2.9 version.i am facing problem with toc.
my report structure begin with
abstract
toc
lof
lot
chapter
this is the packages i am using
Code: Select all
\usepackage{fancyhdr}
\pagestyle{headings}
Code: Select all
\pagestyle{empty}
\renewcommand\thepage{}
\tableofcontents
\listoffigures
\newpage
\renewcommand\thepage{\arabic{page}}
\setcounter{page}{1}
\pagestyle{headings}

and one more problem is header is displaying chapter number along with chapter name.i want to keep chapter name but dont want chapter nuumber.how to do that?
thanks