Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. documentclass[12pt]{article}
  2. usepackage{amsfonts, amsmath, amssymb, bm}
  3. usepackage{xcolor,colortbl}
  4. newcommand{mc}[2]{multicolumn{#1}{c}{#2}}
  5. definecolor{Gray}{gray}{0.85}
  6. definecolor{LightCyan}{rgb}{0.88,1,1}
  7.  
  8. begin{document}
  9. begin{table}[!ht]
  10. caption{Perceptions vs. Realities By WVS Country and Year.}
  11. center
  12. begin{minipage}{.6linewidth}
  13. caption{WVS 5}
  14. begin{tabular}{|r|r|r|r|} hline
  15. hline
  16. rowcolor{LightCyan}
  17. WVS Year & CPI$*$& FH Score$*$& FH Staus$*$\
  18. hline
  19. Georgia '08& 3.9 & 4.0& "Partly Free" \ hline
  20. Moldova '06 & 3.2& 3.5 &"Partly Free" \ hline
  21. Poland '06 & 3.7& 1.0& "Free" \ hline
  22. Russia '06 & 2.5& 5.5 &"Not Free" \ hline
  23. Ukraine '06 & 2.8& 2.5 &"Free" \ hline
  24. end{tabular}
  25. end{minipage}%
  26. begin{minipage}{.5linewidth}
  27. caption{WVS 6}
  28. begin{tabular}{|r|r|r|r|} hline
  29. hline
  30. rowcolor{LightCyan}
  31. WVS Year & CPI$*$& FH Score$*$& FH Staus$*$\
  32. hline
  33. Belarus '11 & 2.4 & 6.5 &"Not Free" \ hline
  34. Poland '12 & 5.5 & 1.0& "Free" \ hline
  35. Russia '11 & 2.4& 5.5& "Not Free" \ hline
  36. Slovenia '11 & 5.9 & 1.0& "Free" \ hline
  37. Ukraine '11& 2.3 & 3.0 &"Partly Free" \ hline
  38. end{tabular}
  39. end{minipage}
  40. multicolumn{2}{l}{footnotesize{}} \ hline
  41. scriptsize textit{*CPI is scored from 1-10 where 10 is the least
  42. corrupt or "Very Clean". Freedom House scores democracy on a scale of
  43. 1-7 with1 being "Free" and 7 rating as "Not Free".} footnote{CPI and
  44. FH}
  45. end{table}
  46.  
  47. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement