Search found 5 matches

by BtheK
Tue Feb 02, 2010 10:13 am
Forum: Graphics, Figures & Tables
Topic: \cellcolor error? (colortbl package)
Replies: 4
Views: 23023

Re: \cellcolor error? (colortbl package)

Works fine now. Updating the colortbl package did the trick! Thanks a lot for your help

cheers, Bill
by BtheK
Mon Feb 01, 2010 5:58 pm
Forum: Graphics, Figures & Tables
Topic: \cellcolor error? (colortbl package)
Replies: 4
Views: 23023

\cellcolor error? (colortbl package)

Hi Gmedina,

First of all, thanks for your help. Unfortunately, the \rowcolor command is not the problem, that works fine. The \cellcolor command is the one which is not working.
If I run for example the code in your answer, I get the error: Undefined control sequence. 1.13 ...rnative Z4 ...
by BtheK
Mon Feb 01, 2010 4:12 pm
Forum: Graphics, Figures & Tables
Topic: \cellcolor error? (colortbl package)
Replies: 4
Views: 23023

\cellcolor error? (colortbl package)

Hi all,

In my report I want to use a table. Some cells of this table needs to be highlighted in different color, however the \cellcolor command does not work (while for example the \rowcolor does). Aneyone knows what I'm doing wrong?

Code:

documentclass[a4paper]{article}
\usepackage{booktabs ...
by BtheK
Mon Feb 01, 2010 2:47 pm
Forum: Graphics, Figures & Tables
Topic: Figure at absolute bottom of page
Replies: 3
Views: 2477

Figure at absolute bottom of page

Thanks all for the answers. What I have done to solve the problem:
  • define the pagestyle as titlepage
  • use the eso-pic package
Cheers, Bill
by BtheK
Mon Dec 14, 2009 5:11 pm
Forum: Graphics, Figures & Tables
Topic: Figure at absolute bottom of page
Replies: 3
Views: 2477

Figure at absolute bottom of page

Hi all!

I'm making a custom title page and I want to place a figure (which is also spanning the entire witdh of the page) at the absolute bottom of the page. I tried using \vfill or \vspace but this does not work. Suggestions anybody?

Cheers, Bill