I get an extra blankpage when using table environment around tabular
I am currently writing my thesis in a twocolumn environment
For a large table i switched to onecolumn which makes it start on a newpage.
However when i wrap
tabular in a table environment I get an extra blank page before the start of the table. How can i remove this?
What does tabular fail to wrap long paragraph?
See the screenshot and the code below. I used tabular to create a table with specified column width. However, it fails to wrap the text. I think it is an error.