I thought about the viewer issue but then I printed and not all of them are OK. For example, al the cells in rows 3 and 4 that are colored in both rows do not have a rule.
I will try the hhline package.
EDIT: It seems to be working fine with hhline, I will print and then I will update the post if ...
Search found 8 matches
- Wed Sep 22, 2010 10:09 am
- Forum: Graphics, Figures & Tables
- Topic: \cellcolor colors over table rules
- Replies: 3
- Views: 9277
- Tue Sep 21, 2010 5:08 pm
- Forum: Graphics, Figures & Tables
- Topic: \cellcolor colors over table rules
- Replies: 3
- Views: 9277
\cellcolor colors over table rules
Hi everyone,
I use the command \cellcolor provided by the package colortbl to color some table cells using a gray scale. The problem is, even though I pute rules in the table using \cline, these are not show in some cells.
I attach a small example (.tex) together with the pdf file that ilustrates ...
I use the command \cellcolor provided by the package colortbl to color some table cells using a gray scale. The problem is, even though I pute rules in the table using \cline, these are not show in some cells.
I attach a small example (.tex) together with the pdf file that ilustrates ...
- Thu Sep 09, 2010 7:29 pm
- Forum: Page Layout
- Topic: textpos does not place text over pictures
- Replies: 3
- Views: 3602
Re: textpos does not place text over pictures
Thank you all for the quick answer. The overlay option for textpos worked great, just as I expected. I will try as well the overpic package.
- Thu Sep 09, 2010 12:12 pm
- Forum: Page Layout
- Topic: textpos does not place text over pictures
- Replies: 3
- Views: 3602
textpos does not place text over pictures
Hi,
I was looking for a way to place text over pictures and I have found the package textpos. The problem is that when I tried to place some text over an image, it does not work as expected. Here it is an small example:
\usepackage[top=2cm, bottom=4cm, left=3cm, right=3cm]{geometry}
\usepackage ...
I was looking for a way to place text over pictures and I have found the package textpos. The problem is that when I tried to place some text over an image, it does not work as expected. Here it is an small example:
\usepackage[top=2cm, bottom=4cm, left=3cm, right=3cm]{geometry}
\usepackage ...
- Thu Sep 09, 2010 11:33 am
- Forum: Text Formatting
- Topic: change margins in title page
- Replies: 5
- Views: 19678
Re: change margins in title page
Hi,
I had the same problem and found this "old" post and I can tell that with changepage works great. I have been able to change both top margin and text height. Thank you for the information
I had the same problem and found this "old" post and I can tell that with changepage works great. I have been able to change both top margin and text height. Thank you for the information
- Thu Sep 09, 2010 9:46 am
- Forum: Page Layout
- Topic: Header image growing in every page
- Replies: 2
- Views: 2191
Header image growing in every page
Thanks, that information help me to solve the problem. I just hard-coded the height of the images as the same height of the header, without using the macro
Code: Select all
\headheight
- Wed Sep 08, 2010 11:19 am
- Forum: Page Layout
- Topic: Header image growing in every page
- Replies: 2
- Views: 2191
Header image growing in every page
Hi,
I am having problems inserting images in the header, using the package fancyhdr . The problem is that the images are getting bigger in everypage by itself. This is a small example code that ilustrates the problem:
\usepackage[top=2cm, bottom=3cm, left=3cm, right=3cm]{geometry}
\usepackage ...
I am having problems inserting images in the header, using the package fancyhdr . The problem is that the images are getting bigger in everypage by itself. This is a small example code that ilustrates the problem:
\usepackage[top=2cm, bottom=3cm, left=3cm, right=3cm]{geometry}
\usepackage ...
- Wed Sep 08, 2010 10:12 am
- Forum: Page Layout
- Topic: First line of text too close to fancy header line
- Replies: 4
- Views: 5205
Re: First line of text too close to fancy header line
Just in case anyone wonders I think the strange behaviour is due to the package fullpage. I had the same problema and replaced that package with geometry and everything worked fine.