-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_beamer.tex
executable file
·104 lines (88 loc) · 2.83 KB
/
sample_beamer.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Copyright (C) Bárbara Barros Carlos
% Written by Bárbara Barros Carlos <barros@diag.uniroma1.it>, June 2020
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[aspectratio=169]{beamer}
\usecolortheme{whale}
\usecolortheme{orchid}
%--------------------------------------------------
% Usefull packages
%--------------------------------------------------
\usepackage{mathtools}
\usepackage{graphicx}
\usepackage{amsmath}
% Load Sapienza style
\usepackage{style/sapienza}
\usepackage{gillius2}
\setbeamercolor{itemize subitem}{fg=gray!50}
%--------------------------------------------------
% COVER
%--------------------------------------------------
\setbeamertemplate{title page}
{
\vbox{}
\vspace{-30pt}
\begin{centering}
\vskip0.05em%%
{\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par}
\vskip2.25em%
\begin{beamercolorbox}[sep=8pt,center]{title}
\usebeamerfont{title}\inserttitle\phantom{.}-- \insertdate \par%
\ifx\insertsubtitle\@empty%
\else%
\vspace{40pt}
{\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}%
\fi%
\end{beamercolorbox}%
\begin{beamercolorbox}[sep=5pt,center]{author}
\usebeamerfont{author}\insertauthor
\end{beamercolorbox}
\vskip1em\par
\begin{beamercolorbox}[sep=8pt,center]{institute}
\usebeamerfont{institute}\insertinstitute
\end{beamercolorbox}
\end{centering}
\vspace{-0.5cm}
}
%--------------------------------------------------
% TITLE
%--------------------------------------------------
% NOTE: what's in [ ] goes to footer for the fields title, author and date
\title[21st IFAC World Congress]{\small 21st IFAC World Congress 2020}
\subtitle[LCL Constraint Formulation for Real-Time Motion Generation]{\Large Least Conservative Linearized Constraint Formulation for Real-Time Motion Generation}
\author[B\'arbara]{\small \textbf{B\'arbara Barros Carlos}$^1$, Tommaso Sartor$^2$, Andrea Zanelli$^3$, \\ Moritz Diehl$^3$, and Giuseppe Oriolo$^1$}
\date{July 2020}
\institute{$^1$DIAG, Sapienza University of Rome, $^2$MECO Research Team, KU Leuven, \\$^3$SYSCOP, University of Freiburg}
\begin{document}
\InsertTitle
\begin{frame}{\textbf{outline}}
%\framesubtitle{An optional subtitle}
\begin{enumerate}
\item Goals
\item Methodology
\item Timeline
\end{enumerate}
\end{frame}
\begin{frame}{\textbf{goals}}
\begin{itemize}
\item one
\begin{itemize}
\item one
\item two
\end{itemize}
\item two
\item three
\end{itemize}
\end{frame}
\begin{frame}{\textbf{methodology}}
\framesubtitle{simulation}
\begin{blueblock}{Observation 1}
Text.
\end{blueblock}
\begin{redblock}{Observation 2}
Text.
\end{redblock}
\end{frame}
\end{document}