Search found 4 matches

by Kelkut
Wed Nov 25, 2020 10:36 am
Forum: Graphics, Figures & Tables
Topic: problem with tables
Replies: 3
Views: 2141

problem with tables

I solved using tabularx and adding this line of code :

Code: Select all

\renewcommand\tabularxcolumn[1]{m{#1}}% for vertical centering text in X column
Thanks for your help.
by Kelkut
Mon Nov 23, 2020 10:53 am
Forum: Graphics, Figures & Tables
Topic: problem with tables
Replies: 3
Views: 2141

problem with tables

Sorry for not being clear. Here is the code (the text is obviously not the original one but the concept is the same).

\begin{table}[tbp]
\centering
\caption{caption test)}
\begin{adjustbox}{max width = \columnwidth}
\begin{tabular}{|p{4em}|p{33.5em}|}
\hline
\normalsize \textbf{ASD1 ...
by Kelkut
Fri Nov 20, 2020 7:10 pm
Forum: Graphics, Figures & Tables
Topic: problem with tables
Replies: 3
Views: 2141

problem with tables

Hi, i'm having some problems with a table. It is a simple 2 columns table but in the 2 column i have a lot of text in every cell and my table has to be confined in my column (IEEE standard).
I used \begin{adjustbox}{max width = \columnwidth} to fix the table in the column dimensions,

\begin ...
by Kelkut
Fri Nov 20, 2020 6:59 pm
Forum: New Members
Topic: Hello
Replies: 1
Views: 3727

Hello

Hello everyone, I am a PhD student and from today I will start using latex for my papers and thesis.
At the moment I use Overleaf.

I hope to learn a lot from you.