-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs-background.tex
More file actions
40 lines (30 loc) · 825 Bytes
/
docs-background.tex
File metadata and controls
40 lines (30 loc) · 825 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
35
36
37
38
39
40
\documentclass[portrait,fontscale=0.7,margin=0.2cm,paperwidth=8.2truecm, paperheight=11.88truecm,debug]{baposter}
\begin{document}
\begin{poster}{
background=none,
headerheight=\textheight,
}{}{\texttt{none}}{}{d}
\end{poster}
\begin{poster}{
background=plain,
bgColorOne=green!40,
headerheight=\textheight,
}{}{\texttt{plain}}{\texttt{bgColorOne=green!40}}{d}
\end{poster}
\begin{poster}{
background=shadelr,
bgColorOne=green!40,
bgColorTwo=yellow,
headerheight=\textheight,
}{}{\texttt{shade-lr}}{\texttt{bgColorOne=green!40}\\
\texttt{bgColorTwo=yellow}}{d}
\end{poster}
\begin{poster}{
background=shadetb,
bgColorOne=green!40,
bgColorTwo=yellow,
headerheight=\textheight,
}{}{\texttt{shade-tb}}{\texttt{bgColorOne=green!40}\\
\texttt{bgColorTwo=yellow}}{d}
\end{poster}
\end{document}