Search found 4 matches

by jrrrudy
Tue Jan 11, 2011 1:35 am
Forum: Graphics, Figures & Tables
Topic: Adding the word "Table" to each entry in the List of Tables
Replies: 1
Views: 3062

Adding the word "Table" to each entry in the List of Tables

I have written my thesis using Latex. My department provides a .cls file that supposedly sets all the correct defaults in terms of formatting. In reality, the format is almost correct. Specifically, my List of Tables needs to include the word "Table" in front of the table number for each entry ...
by jrrrudy
Wed Sep 22, 2010 11:13 pm
Forum: Graphics, Figures & Tables
Topic: Tables too wide for a page
Replies: 6
Views: 6220

Re: Tables too wide for a page

Okay, I guess doing it manually is the way to go then. That geometry trick is clever, though, and I may see if I can work out something with that if I have more time in the future.
by jrrrudy
Wed Sep 22, 2010 4:33 am
Forum: Graphics, Figures & Tables
Topic: Tables too wide for a page
Replies: 6
Views: 6220

Re: Tables too wide for a page

Thanks for the tips, Enrico, and for the feedback Gmedina. I forgot to mention using rotatebox on the column headings. I have done that as well. Using linebreak is no good for me, as all my entries are numeric. I'm inclined to believe Gmedina, as extensive searching has turned up nothing. I just ...
by jrrrudy
Tue Sep 21, 2010 10:37 pm
Forum: Graphics, Figures & Tables
Topic: Tables too wide for a page
Replies: 6
Views: 6220

Tables too wide for a page

My question is about splitting tables across multiple pages. I know that if I have a table that is too long for a page, I can use longtable to split that table across multiple pages. If I have a table that is too wide for a page, I can use sidewaystable or make everything tiny to get some extra room ...