Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. documentclass[a4paper,12pt]{article}
  2.  
  3. begin{document}
  4.  
  5.  
  6. section{Enemies}
  7.  
  8. begin{table}[ht]
  9. begin{tabular}{c c c c c} % centered columns (4 columns)
  10. First Name & Last Name & Phone & Address & Category \ [0.5ex] % inserts table
  11. %heading
  12. hline % inserts single horizontal line
  13. Grey&Beard&1234567890&the ocean&Enemies\
  14. hline %inserts single line
  15. end{tabular}
  16. end{table}
  17.  
  18. section{Friends}
  19.  
  20. begin{table}[ht]
  21. begin{tabular}{c c c c c} % centered columns (4 columns)
  22. First Name & Last Name & Phone & Address & Category \ [0.5ex] % inserts table
  23. %heading
  24. hline % inserts single horizontal line
  25. John&Doe&1234567890&1424 Brooklyn Ave.&Friends\
  26. hline %inserts single line
  27. end{tabular}
  28. end{table}
  29.  
  30. section{Relatives}
  31.  
  32. begin{table}[ht]
  33. begin{tabular}{c c c c c} % centered columns (4 columns)
  34. First Name & Last Name & Phone & Address & Category \ [0.5ex] % inserts table
  35. %heading
  36. hline % inserts single horizontal line
  37. My&Self&1234567890&My current location&Relatives\
  38. hline %inserts single line
  39. end{tabular}
  40. end{table}
  41.  
  42. section{Mythical Beasts}
  43.  
  44. begin{table}[ht]
  45. begin{tabular}{c c c c c} % centered columns (4 columns)
  46. First Name & Last Name & Phone & Address & Category \ [0.5ex] % inserts table
  47. %heading
  48. hline % inserts single horizontal line
  49. Puff&Dragon&1234567890&cave by the ocean&Mythical Beasts\
  50. hline %inserts single line
  51. end{tabular}
  52. end{table}
  53.  
  54. section{Public Figures}
  55.  
  56. begin{table}[ht]
  57. begin{tabular}{c c c c c} % centered columns (4 columns)
  58. First Name & Last Name & Phone & Address & Category \ [0.5ex] % inserts table
  59. %heading
  60. hline % inserts single horizontal line
  61. Santa&Claus&10234987&North Pole&Public Figures\
  62. hline %inserts single line
  63. end{tabular}
  64. end{table}
  65.  
  66.  
  67. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement