I searched the archive for an example on using tocloft package to
change the Heading "Contents" into "Table of Contents" but did not
find much info. All the stuff I found were related to changing
spacings, etc.
I looked through the docs but I think I did not make much use of it.
Any help would be appreciated,
Fawzi Sdudah
Thank ALLAH,
I have found the solution. You have to put the following <<tocloft
package>> command
\renewcommand{\contentsname}{Table of Contents}
which changes the standard Latex "Contents" title into "Table of
Contents"
Also, if you have the following command
\addcontentsline{toc}{chapter}{Contents}
You may want to change it into
\addcontentsline{toc}{chapter}{Table of Contents}
for all time newbies like me, do not forget to add
\usepackage{tocloft} before your thesis style file if you are a
graduate student
You have to get your hands dirty at times to use Latex,
-Fawzi Sdudah
>> I searched the archive for an example on using tocloft package to
>> change the Heading "Contents" into "Table of Contents" but did not
>> find much info. All the stuff I found were related to changing
>> spacings, etc.
>>
>> I looked through the docs but I think I did not make much use of it.
>>
>> Any help would be appreciated,
>
> I have found the solution. You have to put the following <<tocloft
> package>> command
>
> \renewcommand{\contentsname}{Table of Contents}
>
> which changes the standard Latex "Contents" title into "Table of
> Contents"
>
> Also, if you have the following command
>
> \addcontentsline{toc}{chapter}{Contents}
>
> You may want to change it into
>
> \addcontentsline{toc}{chapter}{Table of Contents}
>
>
> for all time newbies like me, do not forget to add
> \usepackage{tocloft} before your thesis style file if you are a
> graduate student
> You have to get your hands dirty at times to use Latex,
This has nothing to do with the tocloft package. It would have worked
without it.
Besides, you could have found the answer to your question at the FAQ:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
Best regards,
Jose Carlos Santos
The other option is to cram so much pages/articles/docs to know the
answer, or wait for the answer from helpful people like you. Some
times I cannot wait.
>
> Besides, you could have found the answer to your question at the FAQ:
>
> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
This link is very useful. I would try next time (if needed) to check
the FAQ. Every now and then I find something useful mentioned there.
>
> Best regards,
>
By the way, tocloft package is mentioned in my University thesis in
the context of changing "Contents", but since the notes are slim I
could not figure out what they meant. Also, I have found the clue
using tocloft documentation. The macro,\contentsname , was first
mentioned there. I had to jump off to Google thereafter.
> Jose Carlos Santos
Thank you
-Fawzi Sdudah