Advertisement
Guest User

LaTeX: sidewaystable MWE

a guest
Dec 29th, 2011
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. \documentclass[a4paper,11pt]{book}
  2. \usepackage{booktabs}% http://ctan.org/pkg/booktabs
  3. \usepackage{rotating}% http://ctan.org/pkg/rotating
  4. \begin{document}
  5. \begin{sidewaystable}
  6. \begin{tabular}{cccc}
  7. \toprule
  8. One & Two & Three & Four \\
  9. \midrule
  10. AAAAAAAAAAAAA &
  11. BBBBBBBBBBBBB &
  12. CCCCCCCCCCCCC &
  13. DDDDDDDDDDDDD \\
  14. \bottomrule
  15. \end{tabular}
  16. \caption{This is a table.}
  17. \end{sidewaystable}
  18.  
  19. \begin{sidewaystable}
  20. \begin{tabular}{cccc}
  21. \toprule
  22. One & Two & Three & Four \\
  23. \midrule
  24. AAAAAAAAAAAAA &
  25. BBBBBBBBBBBBB &
  26. CCCCCCCCCCCCC &
  27. DDDDDDDDDDDDD \\
  28. \bottomrule
  29. \end{tabular}
  30. \caption{This is a table.}
  31. \end{sidewaystable}
  32. \end{document}​
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement