I'm new in this forum and i really need your help.
In fact, i need to put two tables side by side. I dit it but the problem is that the second column of the second table is not centered and i don't understand why.
Thanks for you're help.
here is the table code:
Code: Select all
\begin{table}[!ht]
\caption{Exons et SCRs correspondants \citep{Perez2001}}
\centering
\label{exons_scr}
\begin{minipage}{.3\linewidth}
\centering
\begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}|c|c|}
\hline
Exon & SCR \\
\hline
1 & Peptide signal \\
\hline
2 & SCR1 \\
\hline
3 & SCR2A \\
\hline
4 & SCR2B \\
\hline
5 & SCR3 \\
\hline
6 & SCR4 \\
\hline
7 & SCR5 \\
\hline
8 & SCR6 \\
\hline
9 & SCR7 \\
\hline
11 & SCR8 \\
\hline
12 & SCR9 \\
\hline
\end{tabular*}
\end{minipage}%
\hspace{1cm}
\begin{minipage}{.3\linewidth}
\centering
\begin{tabular*}{\linewidth}{@{\extracolsep{\fill}}|c|c|}
\hline
Exon & SCR \\
\hline
13 & SCR10 \\
\hline
14 & SCR11 \\
\hline
15 & SCR12 \\
\hline
16 & SCR13 \\
\hline
17 & SCR14 \\
\hline
18 & SCR15 \\
\hline
19 & SCR16 \\
\hline
20 & SCR17 \\
\hline
21 & SCR18 \\
\hline
22 & SCR19 \\
\hline
23 & SCR20 \\
\hline
\end{tabular*}
\end{minipage}
\end{table}