-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
36 lines (28 loc) · 851 Bytes
/
main.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
\documentclass[10pt]{beamer}
\usepackage{import}
\usepackage{preamble}
\usepackage{notation}
\title{MRC CTU at UCL Template}
\subtitle{}
\date{\today}
\author{}
\institute{MRC CTU at UCL \\
Institute of Clinical Trials and Methodology \\
University College London}
\titlegraphic{\hfill\includegraphics[height = 1.5cm]{logo-2.png}}
\begin{document}
\maketitle
\begin{frame}{Outline}
\setbeamertemplate{section in toc}[sections numbered]
\tableofcontents[hideallsubsections]
\end{frame}
% ------------------ Sections --------------------
\input{sections/section-1}
\input{sections/section-2}
% ------------------ References --------------------
\begin{frame}[allowframebreaks]{References}
\tiny
\printbibliography[heading = none]
\end{frame}
% ------------------ Appendix --------------------
\end{document}