Skip to content

Commit

Permalink
Adds one-slide teaser presentation for poster
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Nov 23, 2017
1 parent 9070b62 commit 9ca7e48
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions posterslide.tex
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}

0 comments on commit 9ca7e48

Please sign in to comment.