Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. documentclass{beamer}
  2.  
  3. mode<presentation> {
  4. usetheme{Berkeley} %FAVOURITE
  5. }
  6. usepackage{graphicx} % Allows including images
  7. usepackage{booktabs} % Allows the use of toprule, midrule and bottomrule in tables
  8. usepackage[utf8]{inputenc}
  9. usepackage[english]{babel}
  10. usepackage{amsmath,amsthm,verbatim,amssymb,amsfonts,amscd,graphicx}
  11. usepackage{geometry}
  12. usepackage{url}
  13.  
  14. %----------------------------------------------------------------------------------------
  15. % TITLE PAGE
  16. %----------------------------------------------------------------------------------------
  17.  
  18. title[Display Title]{This is the Title of My Presentation} % The short title appears at the bottom of every slide, the full title is only on the title page
  19.  
  20. author[Display Author]{Mr Author} % Your name
  21. institute[The Institute] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
  22. {
  23. The Institute\ % Your institution for the title page
  24. medskip
  25. textit{A Department} % Your email address
  26. }
  27. date{today} % Date, can be changed to a custom date
  28.  
  29. begin{document}
  30.  
  31. begin{frame}
  32. titlepage % Print the title page as the first slide
  33. end{frame}
  34.  
  35. begin{frame}
  36. frametitle{Overview} % Table of contents slide, comment this block out to remove it
  37. tableofcontents % Throughout your presentation, if you choose to use section{} and subsection{} commands, these will automatically be printed on this slide as an overview of your presentation
  38. end{frame}
  39.  
  40. %----------------------------------------------------------------------------------------
  41. % PRESENTATION SLIDES
  42. %----------------------------------------------------------------------------------------
  43.  
  44. %------------------------------------------------
  45. section{Section 1 - The First Section}
  46.  
  47. section{Section 2 - 2nd Sec}
  48. subsection{This is a sub}
  49. %------------------------------------------------
  50. begin{frame}
  51. test
  52. end{frame}
  53. %------------------------------------------------
  54. subsection{subtitle}
  55. %------------------------------------------------
  56. begin{frame}
  57. test
  58. end{frame}
  59. %------------------------------------------------
  60. subsection{A longer subsection title that overflows}
  61. begin{frame}
  62. test
  63. end{frame}
  64. subsection{A longer subsection title that overflows}
  65. begin{frame}
  66. test
  67. end{frame}
  68. subsection{A longer subsection title that overflows}
  69. begin{frame}
  70. test
  71. end{frame}
  72.  
  73.  
  74. section{Yet another Section}
  75. begin{frame}
  76. test
  77. end{frame}
  78. subsection{A longer subsection title that overflows}
  79. begin{frame}
  80. test
  81. end{frame}
  82. subsection{A longer subsection title that overflows}
  83. begin{frame}
  84. test
  85. end{frame}
  86.  
  87. section{Too Many?}
  88. begin{frame}
  89. test
  90. end{frame}
  91. subsection{Subsection}
  92. begin{frame}
  93. test
  94. end{frame}
  95. subsection{Common Tasks}
  96. begin{frame}
  97. test
  98. end{frame}
  99.  
  100. section{Too Many?}
  101. begin{frame}
  102. test
  103. end{frame}
  104. subsection{Subsection}
  105. begin{frame}
  106. test
  107. end{frame}
  108. subsection{Common Tasks}
  109. begin{frame}
  110. test
  111. end{frame}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement