Search found 3 matches

by gfink
Fri Jun 17, 2011 11:57 pm
Forum: Graphics, Figures & Tables
Topic: Overfull \vbox with multirow
Replies: 0
Views: 1768

Overfull \vbox with multirow

Hi,

I have a table with some matrices in them and in the last row i use multirow.
There is obviously enough space for the matrix, but i keep getting the "overfull \vbox". Any ideas on how to get rid of it? Is it also possible to have the matrix
vertically centered in the last column? Below is an ...
by gfink
Mon May 30, 2011 11:50 pm
Forum: Math & Science
Topic: Problem with Summation and colours
Replies: 3
Views: 2243

Re: Problem with Summation and colours

Thanks for the fast response!
It's working for me now too :)
by gfink
Mon May 30, 2011 11:29 pm
Forum: Math & Science
Topic: Problem with Summation and colours
Replies: 3
Views: 2243

Problem with Summation and colours

Hi, I am trying to display a summation with different colours.
I have defined something like
\newcommand{\a}[1]{\color{blue}#1\color{black}}
\newcommand{\b}[1]P\color{red}#1\color{black}}
Throughout my document when I want a red varible or blue varible I put
$x = \a{b} + \b{r}$
But when I want ...