Guest User

Untitled

a guest
Sep 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. documentclass[a4paper,twocolumn]{article}
  2. usepackage[margin=1in]{geometry}
  3. usepackage{multirow,booktabs}
  4. usepackage{amssymb}
  5. usepackage{array}
  6.  
  7. usepackage[T1]{fontenc}
  8. usepackage[utf8]{inputenc}
  9. usepackage{ragged2e,booktabs,caption}
  10. usepackage{tabularx}
  11.  
  12. setlengthparindent{0pt}
  13. begin{document}
  14.  
  15. begin{table}
  16. sffamilysmall
  17. setlength{tabcolsep}{4pt}
  18. setlength{extrarowheight}{2pt}
  19. noindent
  20. centering
  21. begin{tabularx}{textwidth}{|C{3cm}|C{1.5cm-tabcolsep}|C{1.5cm-tabcolsep}|X|}
  22. hline
  23. multirow{2}{=}[-.5cm]{centering Email addresses} & multicolumn{2}{C{3cm}|}{Did the information gets posted on the Google Calendar?} & multirow{2}{=}[-0.5cm]{centering Notes}\
  24. cline{2-3}
  25. & Yes & No & \
  26. hline
  27. rinshi246@ gmail.com & & checkmark & The time is not specified whether it is am or pm, so it does not appear on Google Calendar. \
  28. hline
  29. devspecsniper@gmail.com & & checkmark & The time is not specified whether it is am or pm, so it does not appear on Google Calendar. \
  30. hline
  31. idislikeperiods@gmail.com & & checkmark & The time is not specified whether it is am or pm, so it does not appear on Google Calendar. \
  32. hline
  33. 335basurahan@gmail.com & & checkmark & The time is not specified whether it is am or pm, so it does not appear on Google Calendar. \
  34. hline
  35. lubotsabaso@gmail.com & & checkmark & The time is not specified whether it is am or pm, so it does not appear on Google Calendar. \
  36. hline
  37. paltik357@gmail.com & checkmark & & The information gets posted on Google Calendar. \
  38. hline
  39. storethefileshere@gmail.com & & checkmark & The information didn't plot on the Google Calendar even if it was a time interval. It should be corrected. \
  40. hline
  41. fitzmerlduron@outlook.com & checkmark & & The information gets posted on Google Calendar. \
  42. hline
  43. screwelectronics@yahoo.com & & checkmark & The information didn't plot on the Google Calendar even if it is a weekday and time is mentioned. It should be corrected. \
  44. hline
  45. gapalanay227@gmail.com & & checkmark & The information didn't plot on the Google Calendar even if the information is enough. The information shown in this context must be recognized by the app and should be corrected.\
  46. hline
  47. end{tabularx}
  48. caption{Google Calendar's responses to different email accounts.}
  49. label{table-test6}
  50. end{table}
  51. vspace{60mm}
  52.  
  53.  
  54. end{document}
Add Comment
Please, Sign In to add comment