baposter 中 multicols 環境中的左對齊圖形

baposter 中 multicols 環境中的左對齊圖形

我已經看過了

我有一份 bapter 的一部分:

\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}

\figure我無法在環境內部使用multicols,因為出現編譯錯誤。最初,我有:

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

但那當然不能編譯。

如何將圖形對齊到列的左側?

相關內容