Tagged Questions
5
votes
3answers
1k views
Table with rounded corners?
This table I can create with this code:
\begin{tabular}{|l|l|}
\hline
\multicolumn{2}{|c|}{Team sheet} \\
\hline
GK & Paul Robinson \\
LB & Lucus Radebe \\
DC & Michael ...
2
votes
1answer
438 views
Hierarchical Table Help
I am trying to recreate the "Not Enough" table from the Example Tables 1 on slide 12/16 from here. This is my current code, its close but not right. How do I get the column headers to stack word over ...