Perhaps I was too anxious in looking for a solution when I posted. After some sleuthing, here are solutions to my formatting issues.
To decrease the top margins for LoT and LoF, I used the tocloft package and these lines in the preamble
\setlength{\cftbeforelottitleskip}{-.3in} %move LoT up 1 ...
Search found 5 matches
- Wed Jun 06, 2012 4:40 am
- Forum: Page Layout
- Topic: Margin and Line Breaks for LoT and LoF
- Replies: 1
- Views: 3103
- Tue Jun 05, 2012 7:25 pm
- Forum: Page Layout
- Topic: Margin and Line Breaks for LoT and LoF
- Replies: 1
- Views: 3103
Margin and Line Breaks for LoT and LoF
I have three minor changes needed to be made to my LoT and LoF which I can't seem to figure out how to implement.
First, I need the top margins of only the LoT and LoF to be 1". The other chapter titles should be 2", including the ToC. I saw a post on margins, but I can't seem to make it work for ...
First, I need the top margins of only the LoT and LoF to be 1". The other chapter titles should be 2", including the ToC. I saw a post on margins, but I can't seem to make it work for ...
- Wed Aug 24, 2011 3:41 am
- Forum: Page Layout
- Topic: Titles of ToC, LoF and LoT
- Replies: 4
- Views: 4165
Re: Titles of ToC, LoF and LoT
Great! It works perfectly.
Thank you so much!!!
My mistake was to assume that the code had to be placed in the order which the pages run.
Thank you so much!!!
My mistake was to assume that the code had to be placed in the order which the pages run.
- Tue Aug 23, 2011 6:19 am
- Forum: Page Layout
- Topic: Titles of ToC, LoF and LoT
- Replies: 4
- Views: 4165
Re: Titles of ToC, LoF and LoT
Thank you so much. The code you provided works great!
I do have one remaining small little bug to sort out.
The page numbers for the list of tables and list of figures on the toc are the same although I used \cleardoublepage before the \addcontentsline{toc}.
In particular, the page number for the ...
I do have one remaining small little bug to sort out.
The page numbers for the list of tables and list of figures on the toc are the same although I used \cleardoublepage before the \addcontentsline{toc}.
In particular, the page number for the ...
- Sat Aug 13, 2011 3:51 am
- Forum: Page Layout
- Topic: Titles of ToC, LoF and LoT
- Replies: 4
- Views: 4165
Titles of ToC, LoF and LoT
Hi there. I'm new to this community and have searched the forum but have not found a solution to my problem - unless I missed it. I'm trying to format titles in the TOC such that "Contents" is "TABLE OF CONTENTS". Additionally, I need "List of Figures" and "List of Tables" to be in uppercase. A .pdf ...