Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2.  
  3. usepackage[margin=1 in]{geometry}
  4. usepackage{ragged2e}
  5. usepackage{booktabs, ltablex, makecell}
  6. keepXColumns
  7. newcolumntype{L}{>{raggedrightarraybackslash}X}
  8. setcellgapes{5pt}
  9. renewcommandtheadfont{smallbfseries}
  10. renewcommandtheadgape{}
  11. usepackage[strict]{changepage}
  12. usepackage{pdflscape}
  13.  
  14. usepackage{lipsum}
  15. begin{document}
  16.  
  17.  
  18.  
  19. begin{landscape}
  20. tiny
  21. makegapedcells
  22. setlengthtabcolsep{5pt}
  23. begin{tabularx}{linewidth}{@{}>{bfseries}*{6}{L}@{}}
  24. caption{A wide table}\
  25. toprule
  26. thead{1} & thead{2} & thead{3} & thead{4} & thead{5} & thead{6}\
  27. midrule
  28. lipsum[100]&lipsum[100]&lipsum[100]& lipsum[100]& lipsum[100]& lipsum[100]\
  29. lipsum[100]&lipsum[100]&lipsum[100]& lipsum[100]& lipsum[100]& lipsum[100]\
  30. lipsum[100]&lipsum[100]&lipsum[100]& lipsum[100]& lipsum[100]& lipsum[100]\
  31. lipsum[100]&lipsum[100]&lipsum[100]& lipsum[100]& lipsum[100]& lipsum[100]\
  32. bottomrule
  33. % endfirsthead
  34.  
  35. end{tabularx}
  36. end{landscape}
  37.  
  38. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement