Guest User

Untitled

a guest
Apr 26th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. documentclass[11pt]{beamer}
  2. usepackage[utf8]{inputenc}
  3. usepackage[T1]{fontenc}
  4. usepackage{lmodern}
  5. usepackage[english]{babel}
  6. usepackage{amsmath}
  7. usepackage{amsfonts}
  8. usepackage{amssymb}
  9. usepackage{graphicx}
  10. usetheme{Berlin}
  11. usepackage{graphics}
  12. usepackage{longtable}
  13.  
  14. begin{table}
  15. begin{center}label{tab:plan}
  16. begin{scriptsize}
  17. begin{longtable}{|p{2.8cm}|p{3.9cm}|p{1.4cm}|p{1.8cm}|}
  18. hline
  19. multicolumn{4}{|c|}{textbf{Timeline and Milestones}}
  20. \
  21. hline
  22. centering textbf{Specific Objectives} & centering
  23. textbf{Tasks} & centering textbf{Schedule} &
  24. textbf{Milestones}
  25. \
  26. hline centering textbf{1.Literature review and preliminary and background
  27. work} &
  28. begin{itemize}[topsep=0pt]
  29. item [a)] Literature review of theory and applications,
  30. item [b)] Analysing existing the problems,
  31. item [c)] Familiarizing with the various programs
  32. end{itemize}&centering Half Term I & Prepare summary literature survey by end of term
  33. \
  34. hline
  35. end{longtable}
  36. end{scriptsize}
  37. end{center}
  38. end{document}
Add Comment
Please, Sign In to add comment