tikzposter_example.tex 2.81 KB
\documentclass[a0paper, portrait]{tikzposter}

\tikzposterlatexaffectionproofoff

\usepackage{lipsum,multicol,graphicx,float,subfigure,tikz,pgfplots,hyperref,tabularx}

\newcolumntype{e}{>{\raggedleft}m{8em}}

\usepackage[backend=bibtex]{biblatex}
\addbibresource{poster_example.bib}

\usepackage{hyperref}
\hypersetup{
    colorlinks,
    citecolor=black,
    filecolor=black,
    linkcolor=black,
    urlcolor=black
}

\setlength{\columnsep}{2cm}
\graphicspath{{figs/}}
\usetheme{Default}
\usetitlestyle{Empty}
\usebackgroundstyle{Empty}
\usepackage[sc]{titlesec}
%\titlespacing{\section}{0pt}{4pt}{8pt}

\makeatletter
\def\TP@titlegraphictotitledistance{-5.8cm}
\settitle{
	\centering
	\vbox{
		\@titlegraphic \\ [\TP@titlegraphictotitledistance] 
		\centering
		\color{titlefgcolor}
		{\bfseries \fontsize{3cm}{1em} \sc \@title \par}
		\vspace*{1em}
		{\LARGE \@author \par}
		\vspace*{1em}
		{\Large \@institute}
	}
}
\makeatother

\title{
	\parbox{0.7\linewidth}{
		\centering
		Looooooooong \\[1cm]
		Tiiiitle
	}
}
\author{First author $^1$ and second author $^2$}
\institute{
	$^1$ \href{http://www.toto.fr}{TOTO}, $^2$ \href{http://www.tutu.com}{TUTU}
}
\titlegraphic{
	\includegraphics[width=0.2\linewidth]{logoFemto}
	\hfill ~
}

\makeatletter
\@addtoreset{chapter}{part}
\let\c@equation\c@figure
\makeatother

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{document}

\node[below left] at (topright) {\includegraphics[width=0.5\paperwidth]{ban}};\maketitle[width=0.9595\textwidth]

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\colorlet{blocktitlebgcolor}{cyan!70!black}
\block{}{
\begin{multicols}{2}
\section*{\huge Silicon Cavity}
\lipsum[1-5]
\end{multicols}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\colorlet{blocktitlebgcolor}{red!70!black}
\block{}{
\begin{multicols}{2}
\section*{\huge Thermal expansion}
\lipsum[1-4]
\end{multicols}
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{columns}

\column{0.5}
\colorlet{blocktitlebgcolor}{green!70!black}
\block{}{
\begin{multicols}{2}
\section*{\huge Title 3}
\lipsum[1]
\end{multicols}
}

\column{0.5}
\colorlet{blocktitlebgcolor}{white!70!black}
\block{}{
\begin{multicols}{2}
\section*{\huge Title 4}
\lipsum[1-2]
\end{multicols}
}

\end{columns}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\colorlet{blocktitlebgcolor}{white}
\block{}{
\begin{multicols}{2}
\printbibliography[heading=none]
\end{multicols}
}

\block[bodyverticalshift=6cm]{}{
\begin{tabularx}{\linewidth}{Xeeee}
\begin{tabular}{@{}l@{}}
	contact : \href{mailto:toto@toto.com}{toto@toto.com} \\ 
	\Large\textbf{Institute} \\
	Address 1 \\
	Address 2
\end{tabular} &
\includegraphics[width=0.9\linewidth]{logoUBFC} &
\includegraphics[width=0.9\linewidth]{logoCNRS} &
\includegraphics[width=0.9\linewidth]{logoENSMM} &
\includegraphics[width=0.9\linewidth]{logoUTBM}
\end{tabularx}
}

\end{document}