1

I have already seen this and this and this and this.

I have one section of a baposter:

\headerbox{Results - Base Model Performance}{name=performance,column=1,span=2,row=0}{

\begin{multicols}{2} Text here about base model performance. This is the entire column.

\begin{center} \includegraphics[scale=0.5]{Fig3b} \end{center}

\end{multicols}

I cannot use a \figure inside a the multicols environment, because I get a compilation error. Originally, I had:

\begin{figure}\flushleft
\includegraphics[scale=0.5]{Fig3b}
\end{figure}

But of course that wouldn't compile.

How can I align the figure to the left of the column?

CarLaTeX
  • 62,716
  • Please provide an MWE which reproduce your problem. From codes fragment is not seen, what is going wrong. – Zarko Sep 11 '20 at 19:23
  • Try adding more text after the image. Right now there is nothing to fill the second column EXCEPT the image. Also, [width=\columnwidth] is more reliable then [scale=0.5]. – John Kormylo Sep 11 '20 at 21:09

0 Answers0