-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds one-slide teaser presentation for poster
- Loading branch information
Showing
1 changed file
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
\documentclass[ignorenonframetext]{beamer} | ||
%\documentclass[handout,ignorenonframetext]{beamer} | ||
%\usepackage{pgfpages} | ||
%\pgfpagesuselayout{4 on 1}[a4paper,border shrink=5mm] | ||
|
||
\usetheme{Berlin} | ||
\setbeamercovered{transparent} | ||
\setbeamertemplate{bibliography item}[text] | ||
|
||
\setbeamertemplate{footline}%{miniframes theme} | ||
{% | ||
\begin{beamercolorbox}[colsep=1.5pt]{upper separation line foot} | ||
\end{beamercolorbox} | ||
\begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,% | ||
leftskip=.3cm,rightskip=.3cm plus1fil]{author in head/foot}% | ||
\leavevmode{\usebeamerfont{author in head/foot}\insertshortauthor}% | ||
\hfill% | ||
{\usebeamerfont{institute in head/foot}\usebeamercolor[fg]{institute in head/foot}\insertshortinstitute}% | ||
\end{beamercolorbox}% | ||
\begin{beamercolorbox}[ht=2.5ex,dp=1.125ex,% | ||
leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% | ||
{\usebeamerfont{title in head/foot}\insertshorttitle} \hfill \insertframenumber% | ||
\end{beamercolorbox}% | ||
\begin{beamercolorbox}[colsep=1.5pt]{lower separation line foot} | ||
\end{beamercolorbox} | ||
} | ||
|
||
\AtBeginSection[]{% | ||
\begin{frame}<beamer> | ||
\setcounter{tocdepth}{2} | ||
\tableofcontents[currentsection] | ||
\end{frame} | ||
} | ||
|
||
\let\email\texttt | ||
|
||
\input{preamble.tex} | ||
\input{preamble-slides.tex} | ||
|
||
\author[D.~Bosk et al. <dbosk@kth.se>]{% | ||
Daniel Bosk\inst{1} | ||
\and | ||
Sonja Buchegger\inst{1} | ||
\and | ||
Sébastien Gambs\inst{2} | ||
} | ||
\institute[KTH, UQAM]{% | ||
\inst{1} School of Computer Science and Communication\\ | ||
KTH Royal Institute of Technology, Stockholm\\ | ||
\texttt{\{dbosk,buc\}@kth.se} | ||
\and | ||
\inst{2} Université de Quebec à Montreal\\ | ||
\texttt{sebastien.gambs@uqam.ca} | ||
} | ||
\title{Securely and Privately Verifiable Protests} | ||
|
||
\begin{document} | ||
\begin{frame} | ||
\centering | ||
\includegraphics[height=\textheight]{fig/trump.jpg} | ||
\end{frame} | ||
\end{document} |