Hi,
I have seen a few posts about this, but I need the word Chapter to be on the same line as the Chapter number and name.
For example:
1 Introduction.............................................1
I need to look like:
Chapter 1 Introduction.....................................1
Can this be done?? Any help would be greatly appreciated.
Regards,
Lara
LyX ⇒ Adding the word Chapter in the ToC
NEW: TikZ book now 40% off at Amazon.com for a short time.
Adding the word Chapter in the ToC
Answering my own post thanks to another post I recently found:
Code: Select all
\usepackage{tocloft}
\renewcommand{\cftchapfont}{\bfseries}
\renewcommand{\cftchappagefont}{\bfseries}
\renewcommand{\cftchappresnum}{Chapter }
\renewcommand{\cftchapaftersnum}{:}
\renewcommand{\cftchapnumwidth}{6em}