Guest User

Untitled

a guest
May 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. documentclass[a4paper,12pt]{book}
  2. usepackage{amsmath}
  3. usepackage{bm}
  4.  
  5. pagestyle{plain}
  6. usepackage{setspace}
  7. raggedbottom
  8.  
  9. usepackage{mathtools}
  10. usepackage{longtable}
  11.  
  12. usepackage{booktabs}
  13. usepackage{multirow}
  14. usepackage{array, booktabs, ragged2e}
  15. usepackage{threeparttablex}
  16.  
  17.  
  18. {renewcommand*{arraystretch}{1.5}
  19. begin{spacing}{.85}
  20.  
  21. begin{ThreePartTable}
  22. begin{TableNotes}
  23. footnotesize
  24. item [a] Data source: SLLFS 2014
  25. item [b] Percentage values in the table are percentages of the number of women (xxxx) and men (xxxx) in the sample
  26. end{TableNotes}
  27.  
  28.  
  29. begin{longtable}{p{1ex}>{RaggedRight}p{1.95cm}*{3}{p{1.45cm}p{2cm}}}
  30. caption{Characteristics of study sample by job type and gendertnote{a}}label{chap1:tab1}\toprule
  31.  
  32.  
  33. endfirsthead
  34. multicolumn{7}{p{4cm}} {Table 1 (emph{continued})}\ toprule
  35. & & multicolumn{2}{l}{Female} & multicolumn{2}{l}{Male} & \
  36. cmidrule{3-4} cmidrule(lr){5-6} cmidrule{7-8}
  37. & & Informal & Formal & Total & Informal & Formal & Total \midrule
  38. endhead
  39. hlinemulticolumn{7}{r}{tablename thetable -- textit{Continued on next page}} \
  40. endfoot
  41. hline
  42. insertTableNotes % tell LaTeX where to insert the contents of "TableNotes"
  43. endlastfoot
  44.  
  45. & & multicolumn{2}{l}{Female} & multicolumn{2}{l}{Male} &\
  46. cmidrule{3-4} cmidrule(lr){5-6} cmidrule{7-8}
  47.  
  48. & & Informal & Formal & Total & Informal & Formal & Total \midrule
  49. multicolumn{2}{l}{textit{Age}} & \
  50.  
  51. & 15-24 & 663 & 20.994 & 19 & 5.791 & 682 & 20.019\
  52. & 25-34 & 1071 & 32.091 & 114 & 37.959 & 1185 & 32.383\
  53. & 35-44 & 866 & 23.826 & 86 & 28.394 & 952 & 24.053\
  54. & 45-54 & 530 & 15.416 & 58 & 18.217 & 588 & 15.555\
  55. & 55-64 & 251 & 7.721 & 29 & 9.636 & 280 & 7.816\
  56. bottomrule
  57.  
  58. end{longtable}
  59. end{ThreePartTable}
  60. end{spacing}
  61. }
Add Comment
Please, Sign In to add comment