Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. documentclass{beamer}
  2. usepackage{graphicx}
  3. usetheme{Boadilla}
  4. usepackage{caption}
  5. usepackage{subcaption}
  6. usepackage{biblatex}
  7. bibliography{foo}
  8. theoremstyle{definition}
  9.  
  10. begin{document}
  11.  
  12. begin{frame}
  13. frametitle{Problem Description}
  14. centerline{begin{minipage}{0.8textwidth}[c]
  15. Compute the intersection of nβˆ’1 half-planes for each site, and β€œmerge” the cells into the diagram\
  16. \
  17. Divide-and-conquercite{shamos1976geometric}\
  18. \
  19. Plane sweepcite{fortune1992voronoi}\
  20. \
  21. Randomized incremental constructioncite{guibas1992randomized}
  22. end{minipage}}
  23. printbibliography
  24. end{frame} %Pg8 Problem Question
  25. begin{frame}
  26.  
  27. centeringtitlehuge{
  28. Thank You for Listening \
  29.  
  30. vspace{10ex}
  31.  
  32. Any Questions?}
  33.  
  34. printbibliography
  35.  
  36. end{frame} %Pg13 Questions?
  37.  
  38. end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement