Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{booktabs}
  3.  
  4. \begin{document}
  5.  
  6. \begin{tabular}{llr}
  7. \toprule
  8. \multicolumn{2}{c}{Item} \\
  9. \cmidrule(r){1-2}
  10. Animal & Description & Price (\$) \\
  11. \midrule
  12. Gnat & per gram & 13.65 \\
  13. & each & 0.01 \\
  14. Gnu & stuffed & 92.50 \\
  15. Emu & stuffed & 33.33 \\
  16. Armadillo & frozen & 8.99 \\
  17. \bottomrule
  18. \end{tabular}
  19.  
  20. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement