-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
35 lines (28 loc) · 1.07 KB
/
preamble.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
\newcommand{\ThisTheme}{The theme of the pitch}
\newcommand{\ThisShortTheme}{Short theme}
\newcommand{\ThisTitle}{\ThisTheme}
\newcommand{\ThisShortTitle}{\ThisShortTheme}
\newcommand{\ThisSubtitle}{Aurel Megnigbeto}
\newcommand{\ThisShortAuthor}{Aurel Megnigbeto}
\newcommand{\ThisEmail}{[email protected]}
% Beamer connfiguration
\setbeamercovered{transparent}
% \setbeamertemplate{navigation symbols}{}
\addtobeamertemplate{navigation symbols}{}{%
\hspace{1em}%
\usebeamerfont{footline}%
% \usebeamercolor[fg]{footline}%
\insertframenumber/\inserttotalframenumber
}
\setbeamercolor{footline}{fg=blue}
\setbeamerfont{footline}{series=\bfseries}
\setbeamertemplate{caption}{numbered}
\beamerdefaultoverlayspecification{<+->}
% \setbeameroption{show notes}
% \setbeameroption{show notes on second screen=left}
% \setbeameroption{second mode text on second screen=left}
% \setbeameroption{always typeset second mode=true}
% \setbeameroption{previous slide on second screen=left}
% \setlist[]{labelindent=\parindent}
\addbibresource{source.bib}
\graphicspath{{img/}}