-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_slides.tex
76 lines (54 loc) · 1.92 KB
/
main_slides.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\documentclass[10pt]{beamer}
\usepackage[french]{babel}
% how to fix use babel not french
\mode<presentation> {
\usetheme{AnnArbor}
\usecolortheme{beaver}
}
\usepackage{graphicx} % Allows including images
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
\usepackage[T1]{fontenc}
\usepackage{bm}
\usepackage{csquotes}
%\usepackage[backend=bibtex]{biblatex}%00
%\usepackage[nottoc, notlof, notlot]{tocbibind}
\usepackage[natbib=true,style=authoryear,backend=bibtex,useprefix=true]{biblatex}
\addbibresource{biblio/biblio.bib}
%----------------------------------------------------------------------------------------
% TITLE PAGE
%----------------------------------------------------------------------------------------
\title[Vaccine strategies]{Vaccine strategies: the mRNA revolution}
\author[Biology]{Pollet Florent} % Your name
\institute[Mines Paris] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
{
Mines ParisTech \\ % Your institution for the title page
}
\date{\today} % Date, can be changed to a custom date
\begin{document}
\begin{frame}
\titlepage % Print the title page as the first slide
\begin{figure}
\centering
\includegraphics[width=0.3\textwidth]{imgs/vaccineCover.jpg}
\end{figure}
\end{frame}
%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
\input{slides.tex}
\begin{frame}
\Huge{\centerline{Thanks! Any questions?}}
\end{frame}
%\begin{frame}[t, allowframebreaks]
% \frametitle{References}
% \bibliographystyle{amsalpha}
% \bibliography{biblio/biblio.bib}
%\end{frame}
\section*{Bibliography}
\begin{frame}[t,allowframebreaks]
\frametitle{References}
\printbibliography
\end{frame}
%\def\newblock{}
%\bibliography{biblio/biblio.bib}
\end{document}