-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
79 lines (63 loc) · 2.34 KB
/
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
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
77
78
79
\documentclass[aspectratio=169]{beamer}
\usepackage{animate}
\usepackage{xcolor}
\usepackage[absolute,overlay]{textpos}
\usepackage[textfont={scriptsize}]{caption}
\usepackage{booktabs}
\usepackage{bm}
\usepackage[normalem]{ulem}
\usetheme{Boadilla}
\newcommand\email[1]{\def\insertemail{#1}}
\providecommand\insertemail{\texttt{alefilot@auth.gr}}
% No slide numbering
\setbeamertemplate{footline}
{
\leavevmode%
\hbox{%
\begin{beamercolorbox}[wd=.3\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortauthor~~(\insertshortinstitute)
\end{beamercolorbox}%
\begin{beamercolorbox}[wd=.5\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
\usebeamerfont{title in head/foot}\insertshorttitle
\end{beamercolorbox}%
%\begin{beamercolorbox}[wd=.2\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
%\usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}
%%#turning the next line into a comment, erases the frame numbers
%%\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
%\end{beamercolorbox}}%
\begin{beamercolorbox}[wd=.2\paperwidth,ht=2.25ex,dp=1ex,center]{date in head/foot}%
\usebeamerfont{date in head/foot}\insertemail{}
%#turning the next line into a comment, erases the frame numbers
%\insertframenumber{} / \inserttotalframenumber\hspace*{2ex}
\end{beamercolorbox}}%
\vskip0pt%
}
%remove navigation symbols
\setbeamertemplate{navigation symbols}{}
\definecolor{my_red}{rgb}{0.894,0.102,0.110}
\definecolor{my_blue}{rgb}{0.215,0.494,0.721}
\title{FSM: Correspondenceless scan-matching of panoramic 2D range scans}
%\subtitle{}
\author[Alexandros Filotheou et al.]{\small Alexandros Filotheou, Antonis Dimitriou \& Georgios Sergiadis}
\institute[AUTh GR]{Aristotelian University of Thessaloniki (AUTh), Greece}
\date{}
\titlegraphic{
\includegraphics[width=1cm]{./figures/auth_logo}\hspace*{-11.75cm}\vspace{-2cm}~%
}
\newlength\imageheight
\newlength\imagewidth
\begin{document}
\input{slides/00/slide_00.tex}
\input{slides/01/slide_01.tex}
\input{slides/02/slide_02.tex}
\input{slides/03/slide_03.tex}
\input{slides/04/slide_04.tex}
\input{slides/05/slide_05.tex}
\input{slides/06/slide_06.tex}
\input{slides/07/slide_07.tex}
\input{slides/08/slide_08.tex}
\input{slides/09/slide_09.tex}
\input{slides/10/slide_10.tex}
\input{slides/11/slide_11.tex}
\input{slides/end/end.tex}
\end{document}