Search found 6 matches
- Tue Jan 27, 2009 6:45 am
- Forum: LyX
- Topic: How to control the blank space under a wrapped figure
- Replies: 1
- Views: 18304
How to control the blank space under a wrapped figure
The latex wikibook http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions acutally has a section that talks about this. Basically, you just use \vspace{-xx}, where xx is some positive value for the amount of space you want to remove, after the caption. I wasn't able to read the materials ...
- Fri Jan 16, 2009 1:34 am
- Forum: Graphics, Figures & Tables
- Topic: Top border on table does not appear in pdf
- Replies: 10
- Views: 10259
Top border on table does not appear in pdf
Just to help anyone that runs into a similar problem. The answer is \hhline, which needs the package of the same name. The problem is with the way \cline works and it shows up with the colortbl package as well. If interested, the attached links can shed some light from someone much smarter than me ...
- Fri Jan 16, 2009 1:07 am
- Forum: Graphics, Figures & Tables
- Topic: Top border on table does not appear in pdf
- Replies: 10
- Views: 10259
Re: Top border on table does not appear in pdf
Thanks phi. At least I am not completely losing my mind over here. I will try to use the colortbl package or xcolor to see what happens.
- Thu Jan 15, 2009 10:50 pm
- Forum: Graphics, Figures & Tables
- Topic: Top border on table does not appear in pdf
- Replies: 10
- Views: 10259
Top border on table does not appear in pdf
Alright, let me try this again. The missing piece for the \LCC and \ECC was the \usepackage{pstricks}. Anyways, here is a comilable version of the code. Notice the top line does not appear over the Two upper most cells (Advantages and Disadvantages), if I do not shade the boxes the lines appear, but ...
- Tue Jan 13, 2009 5:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Top border on table does not appear in pdf
- Replies: 10
- Views: 10259
Re: Top border on table does not appear in pdf
So after digging through my code some more. The problem is with using colortab and \cline. It looks as though the colortab package overwrites color onto the \cline. Is there a work around for this? This code is as minimal as I can get. It uses packages colortab and multirow.
- Mon Jan 12, 2009 5:39 pm
- Forum: Graphics, Figures & Tables
- Topic: Top border on table does not appear in pdf
- Replies: 10
- Views: 10259
Top border on table does not appear in pdf
I am working on my masters thesis and have made several tables previously. The one listed below looks fine in DVI, but when I put it into pdf the top line on rows 2-3 does not show up. At first I thought it was a resolution thing, but when I print it out in hardcopy, it is really not there.
Here is ...
Here is ...