A LaTeX template to efficently design pretty posters for scientific conferences. Posters are composited of blocks with headings, which can be positioned easily on the page, using absolute or relative positioning. A number of predefined styles can be composed to generate new color schemes and ornaments.
\end{poster}
\end{document}instead of
\end{poster}%
\end{document}
This was fixed thanks to a suggestion by Martin Aulbach
There is a rudimentary documentation in the package. You can also download baposter_guide.pdf directly.
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}%
}
%For use with external .bib file
% First command removes "References" canned text.
% For more info visit: http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
\renewcommand{\refname}{\vspace{-0.8em}}
\bibliographystyle{plain}
\bibliography{mybibfile}.Brian Amberg (baposter@brian-amberg.de)