tikzposter_example.tex
2.81 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
\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}