main.tex 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. % rubber: module pdftex
  2. \documentclass[english,aspectratio=169]{beamer}
  3. \usepackage{graphicx}
  4. \usepackage{amssymb}
  5. \usepackage{booktabs}
  6. \usepackage{siunitx}
  7. \usepackage{subcaption}
  8. \usepackage{marvosym}
  9. \newcommand{\pb}{\si{\pico\barn}}%
  10. \newcommand{\fb}{\si{\femto\barn}}%
  11. \newcommand{\invfb}{\si{\per\femto\barn}}
  12. \newcommand{\GeV}{\si{\giga\electronvolt}}
  13. \usetheme[]{bjeldbak}
  14. \begin{document}
  15. \title[e Reco. Valication]{Electron Reconstruction Validation}
  16. % \subtitle{Trilepton Channel ($\mu^+\mu^-e, e^+e^-\mu$) }
  17. \author[C. Fangmeier]{Caleb Fangmeier}
  18. \institute[UNL]{University of Nebraska \-- Lincoln}
  19. \date{\today}
  20. \titlegraphic{%
  21. \begin{figure}
  22. \includegraphics[width=1in]{CMSlogo.png}\hspace{0.75in}\includegraphics[width=1in]{nebraska-n.png}
  23. \end{figure}
  24. }
  25. \begin{frame}[noframenumbering,plain]
  26. \titlepage%
  27. \end{frame}
  28. \section{Introduction}
  29. % \input{slides/introduction.tex}
  30. % \input{slides/decay_channels_rates.tex}
  31. % \section{Strategy}
  32. % \input{slides/strategy.tex}
  33. % \input{slides/irreducible_backgrounds.tex}
  34. % \input{slides/reducible_backgrounds.tex}
  35. % \section{Some Preliminary Plots}
  36. % \input{slides/progress_and_status.tex}
  37. % \input{slides/prelim_plots.tex}
  38. % \section{Timeline}
  39. % \input{slides/timeline.tex}
  40. % \input{slides/references.tex}
  41. % \beginbackup%
  42. % \section{Backups}
  43. % \begin{frame}
  44. % \huge
  45. % \centering
  46. % Backups
  47. % \end{frame}
  48. % \input{slides/production.tex}
  49. % \input{slides/decay_channels.tex}
  50. % \input{slides/previous_measurements.tex}
  51. % \endbackup%
  52. \end{document}