In my LaTeX code I add the line
\tableofcontents
And begging of each chapter i have these lines.
\renewcommand{\vspace}[2]{}\chapter{ }
{\huge\bf Introduction}
\addcontentsline{toc}{chapter}{Introduction}
When i compile my code it shows
1 5
Introduction 5
1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2 6
Computing 6
2.1 Computing type . . . . .... . . . . . . . . . . . . . . . . . . . . . 6
Like this,
But I want to get the "Chapter" name to in front of the number like this.
Chapter 1
Introduction
1.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5
Chapter 2
Computing
2.1 Computing type . . . . . . . . . . . . . . . . . . . . . . 6
How can I do that?

tocloftpackage (or thememoirclass) it has featues to add such names – daleif Sep 14 '12 at 12:05\vspace! – egreg Sep 14 '12 at 12:39tocloftdoes not provide the naming prefix thatmemoirprovide – daleif Sep 14 '12 at 13:10