Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. documentclass{article}
  2. usepackage{booktabs}
  3. begin{document}
  4.  
  5. begin{table}
  6. centering
  7. begin{tabular}{@{}rrrr@{}}toprule
  8. Col1 & Col2 & Col3 & Col4\ midrule
  9. 10% & 20% & 30% & 40%\
  10. 5 & 6 & 7 & 8 \
  11. 115 &116 &117 &118 \
  12. bottomrule
  13. end{tabular}
  14. end{table}
  15.  
  16. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement