Search found 5 matches
- Tue Jun 16, 2009 8:32 am
- Forum: Document Classes
- Topic: Report.cls: where are the LOF/LOT entries typeset
- Replies: 1
- Views: 2399
Report.cls: where are the LOF/LOT entries typeset
I am trying to modify either my own cls file or the report.cls file it is based on two specially modify the spacing within (single space) enteries and between (double spacing) entries. However, I am not able to find how I can add this command inside the .cls file. Using the documentation file ...
- Fri May 29, 2009 4:39 pm
- Forum: General
- Topic: Changing a line in table of contents
- Replies: 2
- Views: 1709
Changing a line in table of contents
okay I actually solved this problem:
Code: Select all
\addcontentsline{toc}{chapter}%
{Chapter\protect\numberline{~\thechapter:}
- Fri May 29, 2009 4:25 pm
- Forum: General
- Topic: Changing a line in table of contents
- Replies: 2
- Views: 1709
Changing a line in table of contents
Dear all,
I am trying to add the word chapter to the start of a new chapter entry in my thesis TOC. Here is the relevant code that I was able to dig from the report.cls file.
\addcontentsline{toc}{chapter}%
{\protect\numberline{\thechapter}#1}%
Now when I try and add word chapter before #1, it ...
I am trying to add the word chapter to the start of a new chapter entry in my thesis TOC. Here is the relevant code that I was able to dig from the report.cls file.
\addcontentsline{toc}{chapter}%
{\protect\numberline{\thechapter}#1}%
Now when I try and add word chapter before #1, it ...
- Fri May 29, 2009 4:06 pm
- Forum: New Members
- Topic: Hello!
- Replies: 2
- Views: 2074
Hello!
Hi everyone,
i am a long time user of latex, however I have never had to dabble into the internals as I use conference provided style files. I am finishing my PhD thesis and am having some real troubles getting the formatting correct, so i joind this forum. I hope the nice people over here can ...
i am a long time user of latex, however I have never had to dabble into the internals as I use conference provided style files. I am finishing my PhD thesis and am having some real troubles getting the formatting correct, so i joind this forum. I hope the nice people over here can ...
- Thu May 28, 2009 1:19 pm
- Forum: General
- Topic: How to modify default formatting for table of contents
- Replies: 1
- Views: 3719
How to modify default formatting for table of contents
Dear all,
I am nearing my deadline for submission of thesis. i have a style file used by a previous person, but the requirements have apparently changes. I have been able to make most changes required, by two changes - pertaining to TOC/LOF/LOT - I am not expert enough to make right now ...
I am nearing my deadline for submission of thesis. i have a style file used by a previous person, but the requirements have apparently changes. I have been able to make most changes required, by two changes - pertaining to TOC/LOF/LOT - I am not expert enough to make right now ...