Search found 2 matches

by fk4517
Tue Jul 28, 2020 2:38 am
Forum: Graphics, Figures & Tables
Topic: Making Table Full Width For Two Column Template
Replies: 3
Views: 8527

Making Table Full Width For Two Column Template

tabu is no longer maintained. If that bothers you, it is better to use a different environment, such as tabularx .

Use the starred variant of the table environment to span the table across both columns.

Thanks Bartman,

I tried the following:

\begin{table*}[H]
table1...
\end{table*}

However ...
by fk4517
Mon Jul 27, 2020 11:43 pm
Forum: Graphics, Figures & Tables
Topic: Making Table Full Width For Two Column Template
Replies: 3
Views: 8527

Making Table Full Width For Two Column Template

Hi,

I am using this template:

https://www.latextemplates.com/template/stylish-article

Could someone please kindly explain how I can make tables span two columns? I can't seem to get it to work properly with:

\begin{tabu} to \textwidth {XXXX}
\toprule
xx & 1 & 2 & 3 \\
\bottomrule
\end{tabu}