I desire to wrap text around a table in a two-column document like the following:
column 1 column 2
--------------------- ---------------------
--------------------- ---------------------
--------------------- ---------------------
--------------- ---------------
--------------- CENTERED TABLE ---------------
--------------- ---------------
--------------------- ---------------------
--------------------- ---------------------
All solutions that I have already found are about using wrapfig or similar libraries to wrap text around the table in the right or the left side of the document.
minipage, it is possible to put in there whatever you want, includingtabluarenvironments (which, essentially, are tables). – Jasper Habicht Nov 10 '21 at 15:30