-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs-structure.tex
More file actions
34 lines (27 loc) · 806 Bytes
/
Copy pathdocs-structure.tex
File metadata and controls
34 lines (27 loc) · 806 Bytes
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
\documentclass[portrait,fontscale=0.7,margin=0.7cm,paperwidth=15truecm, paperheight=9truecm,debug]{baposter}
\begin{document}
\begin{poster}{
background=plain,
bgColorOne=lightgray!30,
headerheight=0.4\textheight,
columns=2,
headershade=plain,
headerColorOne=green!40,
boxColorOne=lightgray!75,
headershape=smallrounded,
textborder=roundedsmall,
linewidth=0.5pt,
borderColor=green,
headerborder=open,
}{\fbox{\parbox{1cm}{Logo}}}{\fbox{Poster Title}}{\fbox{Poster authors or subtitle}}{\fbox{\parbox{1cm}{Logo}}}
\begin{posterbox}[column=0]{Box 1}
Text of Box 1
\end{posterbox}
\begin{posterbox}[column=0,below=auto,height=bottom]{Box 2}
Text of Box 2
\end{posterbox}
\begin{posterbox}[column=1,height=bottom]{Box 2}
Text of Box 3
\end{posterbox}
\end{poster}
\end{document}