Newer
Older
Presentations / SuperB_meeting_Dec_2012 / SBT_testbeam2.tex
@mchrzasz mchrzasz on 9 Jan 2013 3 KB first commit
  1. % This text is proprietary.
  2. % It's a part of presentation made by myself.
  3. % It may not used commercial.
  4. % The noncommercial use such as private and study is free
  5. % Sep. 2005
  6. % Author: Sascha Frank
  7. % University Freiburg
  8. % www.informatik.uni-freiburg.de/~frank/
  9. %
  10. % additional usepackage{beamerthemeshadow} is used
  11. \documentclass{beamer}
  12. \usepackage{pgf}
  13. \usepackage{times}
  14. \usepackage[T1]{fontenc}
  15. %\usepackage[mathscr]{eucal}
  16. %\usepackage{mathptmx}
  17. %\usepackage{mathrsfs}
  18. \usepackage{hyperref}
  19. \usetheme{CambridgeUS}
  20. \usecolortheme{seahorse}
  21. \usepackage{xcolor}
  22. %\usepackage[dvipsnames]{xcolor}
  23. %\usepackage{amsfonts}
  24. %\usepackage{amsmath}
  25. % \usepackage[amssymb]{SIunits}
  26. %\usepackage{natbib}
  27. %\usepackage{amssymb}
  28. \usepackage{hepparticles}
  29. \usepackage{hepnicenames}
  30. \usepackage{hepunits}
  31. \usepackage{tikz}
  32. \usepackage[polish]{babel}
  33. %\usepackage{lmodern}
  34. \usepackage{feynmp}
  35. % suppress navigation bar
  36. \beamertemplatenavigationsymbolsempty
  37. \usepackage[mathscr]{eucal}
  38. \usepackage{mathrsfs}
  39. \begin{document}
  40. \title{Preliminary results of INMAPS test beam}
  41. \author{Alberto Lusiani, Marcin Chrz\k{a}szcz}
  42. {\logo{\includegraphics[height=1.5cm,keepaspectratio ]{pic/SNS.png} } }%change here. I used an eps file logo, you can use jpg or other format
  43. \date{\today}
  44.  
  45. \frame{\titlepage}
  46.  
  47. \frame{\frametitle{Table of contents}\tableofcontents}
  48.  
  49.  
  50. \section{Section no.1}
  51. \frame{\frametitle{Title}
  52. Each frame should have a title.
  53. }
  54. \subsection{Subsection no.1.1 }
  55. \frame{
  56. \logo{}
  57. Without title somethink is missing.
  58. }
  59.  
  60.  
  61. \section{Section no. 2}
  62. \subsection{Lists I}
  63. \frame{\frametitle{unnumbered lists}
  64. \begin{itemize}
  65. \item Introduction to \LaTeX
  66. \item Course 2
  67. \item Termpapers and presentations with \LaTeX
  68. \item Beamer class
  69. \end{itemize}
  70. }
  71.  
  72. \frame{\frametitle{lists with pause}
  73. \begin{itemize}
  74. \item Introduction to \LaTeX \pause
  75. \item Course 2 \pause
  76. \item Termpapers and presentations with \LaTeX \pause
  77. \item Beamer class
  78. \end{itemize}
  79. }
  80.  
  81. \subsection{Lists II}
  82. \frame{\frametitle{numbered lists}
  83. \begin{enumerate}
  84. \item Introduction to \LaTeX
  85. \item Course 2
  86. \item Termpapers and presentations with \LaTeX
  87. \item Beamer class
  88. \end{enumerate}
  89. }
  90. \frame{\frametitle{numbered lists with pause}
  91. \begin{enumerate}
  92. \item Introduction to \LaTeX \pause
  93. \item Course 2 \pause
  94. \item Termpapers and presentations with \LaTeX \pause
  95. \item Beamer class
  96. \end{enumerate}
  97. }
  98.  
  99. \section{Section no.3}
  100. \subsection{Tables}
  101. \frame{\frametitle{Tables}
  102. \begin{tabular}{|c|c|c|}
  103. \hline
  104. \textbf{Date} & \textbf{Instructor} & \textbf{Title} \\
  105. \hline
  106. WS 04/05 & Sascha Frank & First steps with \LaTeX \\
  107. \hline
  108. SS 05 & Sascha Frank & \LaTeX \ Course serial \\
  109. \hline
  110. \end{tabular}}
  111.  
  112.  
  113. \frame{\frametitle{Tables with pause}
  114. \begin{tabular}{c c c}
  115. A & B & C \\
  116. \pause
  117. 1 & 2 & 3 \\
  118. \pause
  119. A & B & C \\
  120. \end{tabular} }
  121.  
  122.  
  123. \section{Section no. 4}
  124. \subsection{blocs}
  125. \frame{\frametitle{blocs}
  126.  
  127. \begin{block}{title of the bloc}
  128. bloc text
  129. \end{block}
  130.  
  131. \begin{exampleblock}{title of the bloc}
  132. bloc text
  133. \end{exampleblock}
  134.  
  135.  
  136. \begin{alertblock}{title of the bloc}
  137. bloc text
  138. \end{alertblock}
  139. }
  140. \end{document}
  141.