Wow. Just got it using this:
%% ----------------------------
%% LIST OF FIGURES (LOF)
%% ----------------------------
%
\def\listoffigures{ %
\chapter*{\listfigurename} %
\vspace{-\baselineskip}
\vspace{-0.27in} %% adjustment
FIGURE\nobreak\hfill{Page}\par %
\addcontentsline{toc}{xchapter ...
Search found 7 matches
- Sat Apr 11, 2009 10:02 pm
- Forum: General
- Topic: Page Headers in TOC, LOF, LOT
- Replies: 7
- Views: 7269
- Sat Apr 11, 2009 8:46 pm
- Forum: General
- Topic: Page Headers in TOC, LOF, LOT
- Replies: 7
- Views: 7269
Page Headers in TOC, LOF, LOT
Thank you. I actually ended up using \addtocontents{toc}{\noindent CHAPTER\protect\par}
This has been very helpful.
Do you know how to make the real long entries in LOF and LOT single space and hanging indent when they wrap to next line?
My LOF Code from my class file. I can't seem to get it. I ...
This has been very helpful.
Do you know how to make the real long entries in LOF and LOT single space and hanging indent when they wrap to next line?
My LOF Code from my class file. I can't seem to get it. I ...
- Sat Apr 11, 2009 8:15 pm
- Forum: General
- Topic: Page Headers in TOC, LOF, LOT
- Replies: 7
- Views: 7269
Re: Page Headers in TOC, LOF, LOT
Thank you. That got it in there. But now it is indented. Is there a command which removes the indentation?
Thank you for all your help.
Thank you for all your help.
- Sat Apr 11, 2009 3:11 am
- Forum: General
- Topic: Page Headers in TOC, LOF, LOT
- Replies: 7
- Views: 7269
Page Headers in TOC, LOF, LOT
Stefan,
Thank you. I will read through the Fancy Header documentation.
I've tried the \addtocontents{toc}{CHAPTER} option but I receive errors. Where would this line be added?
\tableofcontents
\listoftables
\listoffigures
\addtocontents{toc}{CHAPTER}
\newpage
\clearpage
\pagenumbering{arabic ...
Thank you. I will read through the Fancy Header documentation.
I've tried the \addtocontents{toc}{CHAPTER} option but I receive errors. Where would this line be added?
\tableofcontents
\listoftables
\listoffigures
\addtocontents{toc}{CHAPTER}
\newpage
\clearpage
\pagenumbering{arabic ...
- Sat Apr 11, 2009 2:19 am
- Forum: General
- Topic: Page Headers in TOC, LOF, LOT
- Replies: 7
- Views: 7269
Page Headers in TOC, LOF, LOT
Hello. This might be a lot to ask in one post but here it goes...
How does one generate a TOC which contains the word "CHAPTER" without a page number just before the list of chapters. Example:
ACKNOWLEDGEMENT . . . . . . . . . . . . . . . . . . iii
LIST OF TABLES ...
How does one generate a TOC which contains the word "CHAPTER" without a page number just before the list of chapters. Example:
ACKNOWLEDGEMENT . . . . . . . . . . . . . . . . . . iii
LIST OF TABLES ...
- Fri Apr 10, 2009 5:07 am
- Forum: Graphics, Figures & Tables
- Topic: Table Caption Wrapping
- Replies: 2
- Views: 8863
Re: Table Caption Wrapping
Perfection! That was exactly what I needed.
Thank you!
Thank you!
- Fri Apr 10, 2009 12:19 am
- Forum: Graphics, Figures & Tables
- Topic: Table Caption Wrapping
- Replies: 2
- Views: 8863
Table Caption Wrapping
Hello. I'm new here, so perhaps this has been discussed. I just can't seem to find it. I am writing a document which requires the captions (Title) of the table be left justified to the beginning of the table and wrap the caption so that it does not exceed the width of the table. The tables are ...