% This program can be redistributed and/or modified under the terms % of the GNU Public License, version 3. % % Seth Brown, Ph.D. % sethbrown@drbunsen.org % % Compiled with XeLaTeX % Dependencies: % Fontin Sans font (http://www.exljbris.com/fontinsans.html) % \documentclass{beamer} \usepackage{graphicx} % graphics \usepackage{epsfig} % eps graphics \usepackage{hyperref} % urls \usepackage{booktabs, caption} % table styling \usepackage[T1]{fontenc} \usepackage[polish]{babel} \usepackage{lmodern} % suppress navigation bar \beamertemplatenavigationsymbolsempty \mode<presentation> { \usetheme{bunsen} \setbeamercovered{transparent} \setbeamertemplate{items}[circle] } % set fonts \usepackage{gfsartemisia-euler} \usepackage[T1]{fontenc} \setbeamerfont{frametitle}{size=\LARGE,series=\bfseries} % color definitions \usepackage{color} \definecolor{uipoppy}{RGB}{225, 64, 5} \definecolor{uipaleblue}{RGB}{96,123,139} \definecolor{uiblack}{RGB}{0, 0, 0} % caption styling \DeclareCaptionFont{uiblack}{\color{uiblack}} \DeclareCaptionFont{uipoppy}{\color{uipoppy}} \captionsetup{labelfont={uipoppy},textfont=uiblack} % see the macros.tex file for definitions \include{macros} % title slide definition \title{Search for LFV and LNV decays at LHCb} \author{Marcin Chrz\k{a}szcz} \institute[Institute of Nuclear Physics] { Institute of Nuclear Physics, \newline Polish Academy of Science, \newline on behave of LHCb collaboration } \date{\today} %-------------------------------------------------------------------- % Introduction %-------------------------------------------------------------------- \begin{document} \setbeamertemplate{background} {\includegraphics[width=\paperwidth,height=\paperheight]{frontpage_bg_mine}} \setbeamertemplate{footline}[default] \begin{frame} \vspace{1.5cm} \begin{columns} \column{2.75in} \titlepage \vspace{0.8cm} \begin{center} \includegraphics[height=1.0cm,keepaspectratio ]{pic/ifj.png} \hspace{1cm} \includegraphics[height=1.0cm]{pic/LHCb_logo.jpg} \end{center} \vspace{10cm} \column{2.0in} \end{columns} \end{frame} %-------------------------------------------------------------------- % OUTLINE %-------------------------------------------------------------------- \section[Outline]{} \begin{frame} \tableofcontents \end{frame} %------------------------------------------------------------------- % Introduction %------------------------------------------------------------------- % % Set the background for the rest of the slides. % Insert infoline \setbeamertemplate{background} {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}} \setbeamertemplate{footline}[bunsentheme] \section{Introduction} \subsection{Detector} \begin{frame} \frametitle{LHCb detector} \center \includegraphics[scale=0.8]{pic/detector_lhcb.jpg} \textref{M.Chrz\k{a}szcz 2012} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \setbeamertemplate{background} {\includegraphics[width=\paperwidth,height=\paperheight]{slide_bg}} \setbeamertemplate{footline}[bunsentheme] \subsection{Performance} \begin{frame} \frametitle{Luminosity} \begin{columns} \column{3.in} \vspace{0.8cm} \includegraphics[scale=0.2]{pic/lumi.png} \column{2.0in} \begin{itemize} \item Exelent detector performance. \item CM energy incresed to $ 8TeV $ $\rightarrow $ $ \sim 15\%$ more $b \overline{b}$ events. \item Aiming to reach $3 fb^{-1}$ in 2012. \end{itemize} \end{columns} \textref{M.Chrz\k{a}szcz 2012} \end{frame} \end{document}