I have issues with the looking of my tables in two columns paper format.
I would like to place my three tables in the same column using all the width of my column. however, the size and the font change. I tried to adjust the font but it does not look great in the paper.
I would like to have something resembling the tables drawn in the attached figure that I obtained by word software.
Thank you at advance for your help
Asked
Active
Viewed 402 times
0
\resizebox{\linewidth}around the table, in which case the standard advice applies: never apply scaling to tables. – David Carlisle Mar 17 '20 at 16:05\begin{tabular}{@{}cccc@{}}
\hline \multirow{1}{}{GMPP position} &\multirow{1}{} PL & \multirow{1}{} PR & \multirow{1}{} PM \ \hline Mode 1 & & & \textbullet \ \hline Mode 2 & & & \textbullet \ \hline Mode 3 & &\textbullet & \textbullet \ \hline Mode 4 & \textbullet &\textbullet & \textbullet\ \bottomrule
\end{tabular}}} \end{table}
– khedidja Ayache Mar 17 '20 at 16:10\resizeboxaround tables, it just distorts things as you describe, but also don't post code to comments, edit your question to have a complete small document that shows the problem, in a code block ({}button in the editor) – David Carlisle Mar 17 '20 at 16:12tabular*ortabularxto set the width without distorting the font. (There are hundreds of existing answers on site see for example this answer to a duplicate question https://tex.stackexchange.com/a/10540/1090 – David Carlisle Mar 17 '20 at 16:40