atable.tex 238 B

1234567891011121314151617
  1. \begin{tabular}{rrr}
  2. \toprule
  3. &
  4. \multicolumn{2}{c}{foo}\\
  5. \cmidrule(l){2-3}
  6. name&
  7. \begin{tabular}{c}
  8. bar\\
  9. baz
  10. \end{tabular}$\!\!\!\!$&
  11. rank\\
  12. \midrule
  13. x & 1.000 & 4.000\\
  14. y & 2.000 & 5.000\\
  15. z & 3.000 & 6.000\\
  16. \bottomrule
  17. \end{tabular}