Hi, I'm in the (beginning of the) process of creating a poster-style
for my group for latex. In the course of that I need to make a box at
the top with a different colored border. The solution that I have
right now is along the line
\begin{center}
\makebox[\textwidth]{ %am putting it inside a makebox for the
centering to have an effect
\begin{beamercolorbox}[sep=2pt,center, wd=\textwidth+2pt]{color1}
\begin{beamercolorbox}[center, wd=0.9\textwidth]{color2}
"stuff"
\end{beamercolorbox}
\end{beamercolorbox}
}
however, wd will not accept the extra +2pt, but instead simply writes
that next to my box. any solutions? as it is right now, both inner and
outer have the same width, so I don't get any border in the right side
(instead the inner box juts out 2 pts). if I remove the wd-part, it
spans the entire textwidth.
should I define a new width? I have also tried wd={expression}, to no
avail.
comments much appreciated.
--
You received this message because you are subscribed to the Google Groups "LaTeX beamerposter" group.
To post to this group, send email to
beamer...@googlegroups.com.
To unsubscribe from this group, send email to
beamerposter...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/beamerposter?hl=en.