Advertisement
Guest User

Untitled

a guest
Jun 5th, 2011
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.93 KB | None | 0 0
  1. \documentclass{article}
  2. \newsavebox{\tablebox}
  3. \begin{document}
  4. \begin{table}
  5. \centering
  6. \caption{ Descriptive statistics of total sample based on modified data set}\label{table:descrtotal}
  7. \footnotesize
  8. \begin{lrbox}{\tablebox}
  9. \begin{tabular}{l|rrr}
  10. \hline\hline
  11. & \% E & n UE & n E\\ \hline
  12. No Denomination & 0.63 & 1425 & 2470\\
  13. Buddhist & 0.70 & 312 & 731\\
  14. Hindu & 0.24 & 482 & 149\\
  15. Muslim & 0.23 & 3993 & 1185\\
  16. Orthodox & 0.51 & 1574 & 1609\\
  17. Other Christian groups & 0.53 & 697 & 779\\
  18. Other Denominations & 0.53 & 294 & 326\\
  19. Other Muslim groups & 0.14 & 1428 & 238\\
  20. Protestant & 0.55 & 1214 & 1472\\
  21. Roman Catholic & 0.56 & 2031 & 2550\\
  22. \hline\hline
  23. \multicolumn{4}{l}{%
  24.   \begin{minipage}{\wd\tablebox}%
  25.     \tiny Note: Share of aliens employed (\% E), Number of aliens unemployed (n UE) and Number of aliens employed (n E).%
  26.   \end{minipage}%
  27. }\\
  28. \end{tabular}
  29. \end{lrbox}
  30. \end{table}
  31. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement