I try to put a very large table inside a pdf:
\begin{table} \begin{center} \caption{ \textit{Title}. Some comments.} \begin{tabular}{llllllll} \hline Parameter & bbbbbb & cccccc & dddddd & eeeee & fffff & gggggg & hhhhh \\ \hline Parameter 1 & 111111 & 111111 & 111111 & 111111 & 111111 & 111111 & 111111 \\ Parameter 2 & 0.0 & 0.0 & 0.0 & 0.0 & 0.0 & 0.0 & 0.0 \\ Parameter 3 & 0.0 & 0.0 & 0.0 & 0.0 & 0.0 & 0.0 & 0.0 \\ Parameter 4 & 444444 & 444444 & 444444 & 444444 & 444444 & 444444 & 444444 \\ Parameter ... & ..... & ..... & ..... & ..... & ..... & ..... & ..... \\ \hline \end{tabular} \end{center} \end{table} I read the help in Table out of margin but I can't be able to found a very simple way to show this table because also in this case the table go out from the margin. Maybe I make some mistakes using \sisetup{table-format=1.4e06,exponent-product = \cdot}.
Can You help me to found a solution?
Thanks.


