Guest User

Untitled

a guest
Jul 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{longtable}
  3. begin{document}
  4. begin{longtable}{|c|c|c|c|c|c|}
  5. centering
  6. caption{$chi^2$ - Test of UDP Packet Size Sample Measurements}
  7. hline
  8. textbf{Bin Interval Lower Bound} & textbf{Bin Interval Upper Bound} & textbf{Histogram Count} & textbf{Expected Count} & textbf{Cumulative Distribution} & textbf{$chi^2$ - Value}
  9. hline
  10. endfirsthead
  11. multicolumn{6}{c}
  12. {tablename thetable -- textit{Continued from previous page}} \
  13. hline
  14. textbf{Bin Interval Lower Bound} & textbf{Bin Interval Upper Bound} & textbf{Histogram Count} & textbf{Expected Count} & textbf{Cumulative Distribution} & textbf{$chi^2$ - Value}
  15. hline
  16. endhead
  17. hline multicolumn{6}{r}{textit{Continued on next page}} \
  18. endfoot
  19. hline
  20. endlastfoot
  21.  
  22. 1000 & 1003,99 & 102 & 100 & 102 & 0,04 \
  23. 1004 & 1007,99 & 105 & 100 & 207 & 0,25 \
  24. 1008 & 1011,99 & 104 & 100 & 311 & 0,16 \
  25. 1012 & 1015,99 & 104 & 100 & 415 & 0,16 \
  26.  
  27. label{Table1}
  28. end{longtable}
  29. end{document}
  30.  
  31. documentclass[12pt]{article}
  32. usepackage[utf8]{inputenc}
  33. usepackage[showframe]{geometry}
  34. usepackage{rotating}
  35. usepackage{longtable}
  36. usepackage{makecell}
  37. renewcommand{theadfont}{normalsizeboldmathbfseries}
  38. settowidth{rotheadsize}{bfseries Upper Bound}
  39. setlength{extrarowheight}{2pt}
  40.  
  41. begin{document}
  42.  
  43. begin{longtable}{|c|c|c|c|c|c|}
  44. caption{$chi^2$-Test of UDP Packet Size Sample Measurements}
  45. label{Table1}\
  46. hline
  47. rothead{Bin Interval\ Lower Bound} & rothead{Bin Interval\ Upper Bound} & rothead{Histogram\ Count} & rothead{Expected\ Count} & rothead{Cumulative\ Distribution} & rothead{$chi^2$-Value} \
  48. hline
  49. endfirsthead
  50. multicolumn{6}{c}
  51. {tablename thetable -- textit{Continued from previous page}} \
  52. hline
  53. rothead{Bin Interval\ Lower Bound} & rothead{Bin Interval\ Upper Bound} & rothead{Histogram\ Count} & rothead{Expected\ Count} & rothead{Cumulative\ Distribution} & rothead{$chi^2$-Value} \
  54. hline
  55. endhead
  56. hline multicolumn{6}{r}{textit{Continued on next page}} \
  57. endfoot
  58. hline
  59. endlastfoot
  60. 1000 & 1003,99 & 102 & 100 & 102 & 0,04 \
  61. 1004 & 1007,99 & 105 & 100 & 207 & 0,25 \
  62. 1008 & 1011,99 & 104 & 100 & 311 & 0,16 \
  63. 1012 & 1015,99 & 104 & 100 & 415 & 0,16 \
  64. end{longtable}
  65.  
  66. end{document}
Add Comment
Please, Sign In to add comment