-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.tex
41 lines (31 loc) · 1.03 KB
/
base.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\documentclass[aspectratio=1610,10pt]{beamer}
\usepackage[absolute,overlay]{textpos}
\usetheme[background=light, titleformat=regular, progressbar=fancy]{metropolis}
\usepackage{appendixnumberbeamer}
\usepackage{booktabs}
\usepackage[scale=2]{ccicons}
\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}
\usepackage{xspace}
\newcommand{\themename}{\textbf{\textsc{metropolis}}\xspace}
% \usetheme[background=light]{metropolis}
\title{Higgs Physics at CMS}
\subtitle{Properties and searches beyond SM}
\date{\today}
\author{Markus Spanring}
\institute{On behalf of the CMS collaboration}
\titlegraphic{\hfill\includegraphics[height=2cm]{pics/cms.pdf}}{}
\newcommand{\textbox}[1]{\parbox[b][2.5mm]{.33\textwidth}{#1}}
\setbeamertemplate{frame footer}[custom]{%
\textbox{\textsc{\insertauthor}}
\hfill
\textbox{\hfill\insertframenumber}
}
\begin{document}
\maketitle
\begin{frame}{Table of contents}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents[hideallsubsections]
\end{frame}
\include{content}
\end{document}