26 lines
645 B
TeX
26 lines
645 B
TeX
\documentclass{beamer}
|
|
|
|
% Only show at bottom right the current page number over the total number of pages.
|
|
\setbeamertemplate{navigation symbols}
|
|
{
|
|
\usebeamerfont{footline}
|
|
\usebeamercolor[fg]{footline}
|
|
\hspace{1em}
|
|
\insertframenumber/\inserttotalframenumber
|
|
}
|
|
|
|
% To avoid warning `Token not allowed in a PDF string (Unicode):(hyperref) removing `\\'`
|
|
\pdfstringdefDisableCommands{%
|
|
\def\\{}%
|
|
}
|
|
|
|
\title{Robust image source identification on modern smartphones}
|
|
\date{July 4, 2024}
|
|
\author{Benjamin Loison\\Supervised by Quentin Bammey (Centre Borelli, ENS Paris-Saclay)}
|
|
|
|
\begin{document}
|
|
|
|
\frame{\titlepage}
|
|
|
|
\end{document}
|