\headerbox
float. I realize i can't use the figure environment inside of the \headerbox
. I tried using {minipage}
for the first time, and it gave the desired results, but the spacing above and below was way too large and I couldn't include text in the same \headerbox
.Code excerpt for what I want to work:
Code: Select all
\headerbox{title}{name=name1,column=1,below=edge2,span=2,above=bottom}{
\subfigure{\includegraphics[width= .49\textwidth]{conditionPlot65.pdf}}
\subfigure{\includegraphics[width= .49\textwidth]{conditionPlot101.pdf}}
}
