-
Notifications
You must be signed in to change notification settings - Fork 1
/
Erwan Normand - Handheld VESAD.tex
58 lines (44 loc) · 1.3 KB
/
Erwan Normand - Handheld VESAD.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
% !TEX root
% !TEX program = latexmk
\documentclass[aspectratio=169]{beamer}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{media9}
\usepackage[binary-units=true, locale=UK]{siunitx} % \SI and \num commands
\input{_commands.tex}
% Beamer configuration
\setbeamertemplate{caption}{\raggedright\insertcaption\par} % Remove Figure or Table prefix in \caption: https://tex.stackexchange.com/a/82460
\mode<presentation> {
\usetheme{default}
\useinnertheme{circles}
\useoutertheme[subsection=false]{smoothbars}
\usecolortheme[rgb={0.8,0,0}]{structure}
}
% Title configuration
\title{Enlarging a Smartphone with AR to Create a Handheld VESAD (Virtually Extended Screen-Aligned Display)}
\author{Erwan Normand \and Michael J. McGuffin}
\institute[ÉTS]{
École de technologie supérieure (ÉTS)\\
Montréal (QC), Canada
}
\date{ISMAR 2018}
\titlegraphic{\includegraphics[height=1.5cm]{figures/ETS.jpg}}
% Document
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\input{1_motivation.tex}
\input{2_related_works.tex}
\input{3_concept.tex}
\input{4_implementation.tex}
\input{5_experiment.tex}
\input{6_results.tex}
\input{7_summary.tex}
\appendix
\section<presentation>*{\appendixname}
\input{8_references}
\input{9_support}
\end{document}