Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Can someone suggest some tex code to make tables with various header colors as shown in the examples below:

Table with chrome color example 1 Table with chrome color example 2 Table with chrome color example 3

share|improve this question
2  
It would be good if you could post the code of the table you have so far (i.e. without the colors). That'll make it easier for others to help. – Jake Nov 8 '11 at 8:50
4  
That's not necessary good style. The transient can be done using TikZ. Also have a look at the tabu package which should have a lot of color options (judging after its eye-cancer causing manual). – Martin Scharrer Nov 8 '11 at 8:51
3  
Also, take a look at tex.stackexchange.com/questions/28087/…, which has some examples of fancy tables. – Jake Nov 8 '11 at 8:52
1  
Note: Such a table may be nice but it isn't smart. The color gradient makes it hard to read. The top head of your third table example is even unreadable. The vertical lines/rules make it hard to read too, because main reading direction should be horizontal and vertical lines stop and confuse the eye instead of directing the eye along the reading direction. Have a look at the booktabs manual to learn how to typeset nice smart tables. – Schweinebacke Nov 8 '11 at 8:59
@MartinScharrer: I agree with the 'eye-cancer' causing look of the manual of tabu. :) Btw: the code snippets in the manual are impossible to properly copy-paste (some random spaces appear)... does not really give the impression of careful work. I'd rather use TikZ, I experienced some alignment problems with tabu. – Count Zero Nov 8 '11 at 9:05
show 1 more comment

closed as too localized by lockstep, Brent.Longborough, percusse, Marco Daniel, egreg Mar 3 '12 at 23:47

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.