Search found 2 matches

by thuldai
Thu Dec 18, 2008 4:36 pm
Forum: Graphics, Figures & Tables
Topic: Make heading row of table bold
Replies: 6
Views: 100229

Make heading row of table bold

Thanks that helped. For other noobs (like me), here some filling-in of blanks:

Before your \begin{document}, put this (or something like it):

\usepackage{array}
\newcolumntype{+}{>{\global\let\currentrowstyle\relax}}
\newcolumntype{^}{>{\currentrowstyle}}
\newcommand{\rowstyle}[1]{\gdef ...
by thuldai
Thu Dec 18, 2008 3:58 pm
Forum: Graphics, Figures & Tables
Topic: Make heading row of table bold
Replies: 6
Views: 100229

Re: Make heading row of table bold

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 ...