That seems messy indeed. And with me it doesn't work, I'm getting:
! Undefined control sequence.
l.516 \newcolumntype
{^}{>{\currentrowstyle}}
I tried putting those commands before my \begin{document} and after - both times with the same error (except for the line number). And as I don't really understand what's going on, I'm clueless as to try what next.
Using pdflatex, maybe that has sth to do with it?
Thanks for any hints.
Might just do the \textbf{} crutch, although it IS embarrassingly inelegant.
EDIT:
Also wanted to point you that I'm trying to use this in a rotated table (sidewaystable environment).
And one more question:
Could you be a bit more specific on where to put those +'s and ^'s? In particular I have a tabular like this:
\begin{tabular}{l|rrr|rrr|rrr|rrr|}
And I'm clueless as to where (for example in relation to the |'s) to put them and how many.
Ah, guess that's all a bit too advanced to me...
