A LaTeX template to efficently design pretty posters. Posters are composited of blocks with headings, that can be positioned easily on the page, using absolute or relative positioning.
There probably are some, they are tracked at the baposter bugtracker. You can also send me an eMail, but then I might forget it if I'm too busy.
Use this class with pdflatex, pslatex probably wont work, though I never tried.
I have confirmed that this package works with
It does not seem to work with
if in doubt, try to install a new version of the PGF library.
This class also needs a modern version of xkeyvals. I have confirmed it to fail with xkeyval 2005/01/30 v2.0 and to work with xkeyval 2006/11/18 v2.5f. If you are getting the following error message:
then your xkeyvals package is too old.
For ICVSS I introduced portrait and landscape modes. Here the same poster in both modes.
\definecolor{silver}{cmyk}{0,0,0,0.3}
\definecolor{yellow}{cmyk}{0,0,0.9,0.0}
\definecolor{reddishyellow}{cmyk}{0,0.22,1.0,0.0}
\definecolor{black}{cmyk}{0,0,0.0,1.0}
\definecolor{darkYellow}{cmyk}{0,0,1.0,0.5}
\definecolor{darkSilver}{cmyk}{0,0,0,0.1}
\definecolor{lightyellow}{cmyk}{0,0,0.3,0.0}
\definecolor{lighteryellow}{cmyk}{0,0,0.1,0.0}
\definecolor{lighteryellow}{cmyk}{0,0,0.1,0.0}
\definecolor{lightestyellow}{cmyk}{0,0,0.05,0.0}
\begin{poster}%
% Poster Options
{
% Color style
bgColorOne=lighteryellow,
bgColorTwo=lightestyellow,
borderColor=reddishyellow,
headerColorOne=yellow,
headerColorTwo=reddishyellow,
headerFontColor=black,
boxColorOne=lightyellow,
boxColorTwo=lighteryellow,
% Format of textbox
textborder=roundedleft,
% Format of text header
headerborder=open,
headerheight=0.08\textheight,
headershape=roundedright,
headershade=plain,
headerfont=\Large\textsf, %Sans Serif
boxshade=plain,
background=plain,
linewidth=2pt
}
\background{
\begin{tikzpicture}[remember picture,overlay]%
\draw (current page.north west)+(-2em,2em) node[anchor=north west]
{\includegraphics[height=1.1\textheight]{silhouettes_background}};
\end{tikzpicture}%
}
Brian Amberg (baposter@brian-amberg.de)