Skip to content
Snippets Groups Projects
Commit 41279ef7 authored by Tarik Graba's avatar Tarik Graba :scream_cat:
Browse files

Adds a command to insert a logo right of the poster title block

parent 4863c1d3
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
% beamer theme % beamer theme
\mode<presentation> \mode<presentation>
% If you want headline with section list
%\usetheme[infolines]{tptnew}
\usetheme{tptposter} \usetheme{tptposter}
\title{Simon from a side channel perspective} \title{Simon from a side channel perspective}
...@@ -13,6 +11,13 @@ ...@@ -13,6 +11,13 @@
\date{xx. ss, 2014} \date{xx. ss, 2014}
\email{tarik.graba@telecom-paristech.fr} \email{tarik.graba@telecom-paristech.fr}
\myurl{http://www.telecom-paristech.fr} \myurl{http://www.telecom-paristech.fr}
% Conf logo at the right of the title block
\mylogo{%
\begin{tabular}{c}
\noindent\includegraphics[width=.45\textwidth]{tpt}\\
\noindent\includegraphics[width=.45\textwidth]{tpt}
\end{tabular}
}
\begin{document} \begin{document}
......
...@@ -32,8 +32,10 @@ ...@@ -32,8 +32,10 @@
\newcommand\email[1]{\gdef\insertemail{#1}} \newcommand\email[1]{\gdef\insertemail{#1}}
\newcommand\myurl[1]{\gdef\insertmyurl{#1}} \newcommand\myurl[1]{\gdef\insertmyurl{#1}}
\newcommand\mylogo[1]{\gdef\insertmylogo{#1}}
\email{} \email{}
\myurl{} \myurl{}
\mylogo{}
\defbeamertemplate*{footline}{tpt default} \defbeamertemplate*{footline}{tpt default}
...@@ -80,6 +82,11 @@ ...@@ -80,6 +82,11 @@
\end{beamercolorbox} \end{beamercolorbox}
\hfill{}% \hfill{}%
\begin{beamercolorbox}[center,wd=.125\paperwidth, ht=.075\paperheight, dp=.031\paperheight]{poster logo title} \begin{beamercolorbox}[center,wd=.125\paperwidth, ht=.075\paperheight, dp=.031\paperheight]{poster logo title}
\raisebox{-.01\paperheight}{%
\begin{minipage}[b][.070\paperheight][c]{.125\paperwidth}%
\hfill\insertmylogo\hfill\hfill%
\end{minipage}
}
\end{beamercolorbox} \end{beamercolorbox}
\end{beamercolorbox} \end{beamercolorbox}
\vspace{.03\paperheight} \vspace{.03\paperheight}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment