-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.tex
53 lines (51 loc) · 1.56 KB
/
style.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
\mode<presentation> { \usetheme{Rochester} }
\setbeamersize{text margin left=0.6cm,text margin right=0.6cm}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{headline}{
\leavevmode
\begin{beamercolorbox}[wd=\paperwidth,dp=2ex]{subsection in head/foot}
\usebeamerfont{subsection in head/foot}
\begin{columns}[T]
\begin{column}{.7\paperwidth}
\vskip4ex
\begin{flushright}
\usebeamercolor{title in headline}{
\color{fg}\textbf{\huge{\inserttitle}}\\[1ex]
}
\usebeamercolor{author in headline}{
\color{fg}\Large{\insertauthor}\\[1ex]
}
\usebeamercolor{institute in headline}{
\color{fg}\Large{\insertinstitute}\\[1ex]
}
\end{flushright}
\end{column}
\begin{column}{.25\paperwidth}
\vskip2.5cm
\begin{flushright}
\includegraphics[width=.95\linewidth]{figures/logo.png}
\end{flushright}
\end{column}
\end{columns}
\vskip0cm
\end{beamercolorbox}
% \begin{beamercolorbox}[wd=\paperwidth]{section in head/foot}
% \rule{0pt}{2pt}
% \end{beamercolorbox}
}
\setbeamertemplate{footline}{
\leavevmode
\begin{beamercolorbox}[leftskip=1cm,rightskip=1cm]{subsection in head/foot}
\usebeamerfont{section in head/foot}
\vskip1ex
\normalsize
\insertinstitute
\hfill
\texttt{\correspondingAuthorEmail}
\hfill
\texttt{\website}
\end{beamercolorbox}
%\begin{beamercolorbox}[wd=\paperwidth]{section in head/foot}
%\rule{0pt}{2pt}
%\end{beamercolorbox}
}