The paracol environment allows figures to span two columns by using an asterisk in the figure's environment declaration: \begin{figure*} ... \end{figure*}.
I'm not familiar with the guts of why that works, and I was curious to know if there's something analogous for an environment derived from tcolorbox (like \newtcolorbox{NewBox}[1][!htbp]{...float=#1}). That is, in this example, can I get a NewBox that spans both paracol columns the way I wrongly assumed \begin{NewBox*} ... \end{NewBox*} would.
PS The tag below is "parcolumns" because I don't have a high enough reputation to create the tag 'paracol' (in reference to this CTAN package: http://www.ctan.org/pkg/paracol)


parcolumnssince it is a tag for text set in parallel columns regardless of package.paracolhas been added, though. I also deletedmulticolwhich somehow got added but isn't relevant here. (It concerns the package by the same name but that's not relevant as far as I can see.) – cfr Mar 26 '14 at 02:03