Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. documentclass[pdftex, 12pt, a4paper]{report}
  2.  
  3. % SET UP THE DOCUMENT
  4. usepackage[lmargin=3cm,rmargin=2cm,tmargin=2cm,bmargin=2cm, showframe]{geometry}
  5. usepackage{setspace}
  6. usepackage{framed}
  7. usepackage[usenames,table,dvipsnames]{xcolor}
  8. definecolor{lightlightgray}{gray}{0.95}
  9. usepackage{fancybox}
  10. usepackage{caption}
  11. usepackage[hidelinks]{hyper ref} %Allows for clickable references
  12. setcounter{secnumdepth}{5} %Allow for levels of section eg:5.2.1.1
  13. usepackage[none]{hyphenat}
  14.  
  15. %USE THESE TO CONTROL TABLES
  16. newcommand{HRule}{rule{linewidth}{0.5mm}}
  17. usepackage[english]{babel}
  18. usepackage{array}
  19. usepackage {rotating}
  20. usepackage{tabularx}
  21. %THESE CONTROL THE IMAGES/PICTURES PACKAGE
  22. usepackage{float} %Allows for control of float
  23. usepackage[usestackEOL]{stackengine}
  24. %THIS LOADS THE BIBLIOGRAPHY PACKAGE
  25. usepackage{apacite} %change this to IEEE if you want
  26.  
  27. begin{document}
  28.  
  29. begin{table}[H]
  30. centeringsetstackgap{L}{2.5ex}
  31. setlength{extrarowheight}{3pt}
  32. setlength{tabcolsep}{2pt}
  33. caption[2018 SECaT Scores]{Please HELLPPP}
  34. label{tab:secat}
  35. begin{tabularx}{linewidth}{|*{10}{>{centeringarraybackslash}X|}}
  36. hline
  37. rowcolor{lightgray}[tabcolsep]
  38. multicolumn{2}{|>{bfseries}c|}{Centerstack{Strongly\ Agree}} & multicolumn{2}{c|}{textbf{Agree}} & multicolumn{2}{>{smallbfseries}c|}{Centerstack{Neither\ Agree/Disagree}} & multicolumn{2}{c|}{textbf{Disagree}} & multicolumn{2}{>{bfseries}c|}{Centerstack{Strongly\ Disagree}} \ hline
  39. % & No. & % & No. & % & No. & % & No. & % & No.\ hline
  40. rowcolor{lightlightgray}
  41. 17% & 25 & 38% & 57 & 27% & 40 & 10% & 15 & 9% & 13 \ hline
  42. end{tabularx}
  43. end{table}
  44.  
  45. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement