Is it possible to change the width of individual columns in baposter? By default, all columns are of the same width, and I can't seem to find how to change that. Thank you.
Asked
Active
Viewed 4,429 times
1 Answers
1
You can change that using the argument span: span=2 for example means that your box will have twice the width of an elementary column :
\headerbox{Name of my box}{name=nickname,span=2,column=1,row=0}{
content of my box
}
or
\headerbox{Name of my box}{name=nickname,span=3,column=1,below=nickname_box_just_above}{
content
}
-
1Quick question: is it possible to make a poster column occupy column halves? I tried to use
span=1.5, but it doesn't compile... – RobertP. Oct 06 '17 at 15:41 -
-
@FrancescaBasini You can add
columns=4in the\begin{poster}environment. Then you can set thespanto be 2 to have equal width boxes. – JACKY88 Jan 25 '23 at 11:56 -
@RobertP. @FrancescaBasini Why not double the total number of columns, so you have to double all the spans as well? E.g.
span=1.5withcolumns=2becomesspan=3withcolumns=4. – Karlo Oct 13 '23 at 15:31
\documentclass{...}and ending with\end{document}. – T. Verron Dec 04 '14 at 17:43\parshape. – Werner Dec 04 '14 at 20:13