-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostertest.tex
49 lines (39 loc) · 903 Bytes
/
postertest.tex
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
\documentclass[25pt, a0paper, portrait]{tikzposter}
\usepackage[utf8]{inputenc}
\title{Tikz Poster Example}
\author{ShareLaTeX Team}
\date{\today}
\institute{ShareLaTeX Institute}
\usepackage{blindtext}
\usepackage{comment}
\usetheme{Rays}
\begin{document}
\maketitle
\block{~}
{
\blindtext
}
\begin{columns}
\column{0.4}
\block{More text}{Text and more text}
\column{0.6}
\block{Something else}{Here, \blindtext \vspace{4cm}}
\note[
targetoffsetx=-9cm
targetoffsety=-6.5cm
width=0.5\linewidth
]
{e-mail \texttt{[email protected]}}
\end{columns}
\begin{columns}
\column{0.5}
\block{A figure}
{
\begin{tikzfigure}
\includegraphics[width=0.4\textwidth]{intro/latexmeme.png}
\end{tikzfigure}
}
\column{0.5}
\block{Description of the figure}{\blindtext}
\end{columns}
\end{document}