Tabela não cabe na página

1,038 views
Skip to first unread message

luizd...@unifemm.edu.br

unread,
Dec 30, 2013, 9:47:52 AM12/30/13
to late...@googlegroups.com
Olá pessoal!

Criei uma tabela, mas ela não cabe, na horizontal na página, o que devo fazer? A última coluna só aparece em parte. Vejam como digitei. Há algum erro?
Obrigado

\begin{table}[h]

\caption{ Validação do Modelo "A Conta não fecha"}

\begin{center}

\begin{tabular}[h]{cccccc}

\hline

ANO & TEMPO$(x_i)$ & APOSENTADOS x $(10^6)(y_i)$ & ${x_i}^2$ & $x_iy_i$ & $P(x_i) = 0,93x_i+14,93$\\

2008 & 8 & 22,7 & 64 & 181,60 & 22,37\\

2032 & 32 & 43,7 & 1.024 & 1.398,40 & 44,69\\

2050 & 50 & 61,7 & 2.500 & 3.085 & 61,43\\

\hline

$\sum$ & 90 & 128,10 & 3.588,00 & 4.665,00 & $E_2=\sum_{i=1}^3(y_i-P(x_i))^2\approx0,15$ \\

\hline

\label{Tabela 4}

\end{tabular}

\end{center}

\end{table}


Youssef Cherem

unread,
Dec 30, 2013, 9:49:55 AM12/30/13
to late...@googlegroups.com
Diminua a fonte, ou diminua o tamanho da(s) c�lula(s), ou se for grande
demais, vire 90�.


On 30-12-2013 12:47, luizd...@unifemm.edu.br wrote:
> Ol� pessoal!
>
> Criei uma tabela, mas ela n�o cabe, na horizontal na p�gina, o que
> devo fazer? A �ltima coluna s� aparece em parte. Vejam como digitei.
> H� algum erro?
> Obrigado
>
> \begin{table}[h]
>
> \caption{ Valida��o do Modelo "A Conta n�o fecha"}
>
> \begin{center}
>
> \begin{tabular}[h]{cccccc}
>
> \hline
>
> ANO & TEMPO$(x_i)$ & APOSENTADOS x $(10^6)(y_i)$ & ${x_i}^2$ &
> $x_iy_i$ & $P(x_i) = 0,93x_i+14,93$\\
>
> 2008 & 8 & 22,7 & 64 & 181,60 & 22,37\\
>
> 2032 & 32 & 43,7 & 1.024 & 1.398,40 & 44,69\\
>
> 2050 & 50 & 61,7 & 2.500 & 3.085 & 61,43\\
>
> \hline
>
> $\sum$ & 90 & 128,10 & 3.588,00 & 4.665,00 &
> $E_2=\sum_{i=1}^3(y_i-P(x_i))^2\approx0,15$ \\
>
> \hline
>
> \label{Tabela 4}
>
> \end{tabular}
>
> \end{center}
>
> \end{table}
>
>
> --
> Voc� est� recebendo esta mensagem porque se inscreveu no grupo
> "Latex-br" dos Grupos do Google.
> Para cancelar a inscri��o neste grupo e parar de receber seus e-mails,
> envie um e-mail para latex-br+u...@googlegroups.com.
> Para obter mais op��es, acesse https://groups.google.com/groups/opt_out.

luizd...@unifemm.edu.br

unread,
Dec 30, 2013, 9:51:22 AM12/30/13
to late...@googlegroups.com
Tabela 4.docx

Youssef Cherem

unread,
Dec 30, 2013, 10:04:25 AM12/30/13
to late...@googlegroups.com
usar \begin{center}, no seu caso, também não vai ajudar: vai dar um espaço desnecessário entre o título e a tabela. se quiser use \centering, mas, como a tabela é longa, não vai fazer diferença.

o seguinte exemplo não houve erros -- a última coluna apareceu normalmente. mude o tamanho da fonte da tabela.


\documentclass{abntex2}
\usepackage[brazil]{babel}




\begin{document}

\begin{table}


\caption{Validação do Modelo “A Conta não fecha”}


\begin{tabular}[h]{cccccc}

\hline

ANO & TEMPO$(x_i)$ & APOSENTADOS x $(10^6)(y_i)$ & ${x_i}^2$ & $x_iy_i$ & $P(x_i) = 0,93x_i+14,93$\\

2008 & 8 & 22,7 & 64 & 181,60 & 22,37\\

2032 & 32 & 43,7 & 1.024 & 1.398,40 & 44,69\\

2050 & 50 & 61,7 & 2.500 & 3.085 & 61,43\\

\hline

$\sum$ & 90 & 128,10 & 3.588,00 & 4.665,00 & $E_2=\sum_{i=1}^3(y_i-P(x_i))^2\approx0,15$ \\

\hline

\label{Tabela 4}

\end{tabular}

\end{table}

\end{document}

Ole Peter Smith

unread,
Dec 31, 2013, 6:24:30 AM12/31/13
to late...@googlegroups.com
no ultimo caso, use um scalebox.

0le


2013/12/30 Youssef Cherem <ych...@gmail.com>
Diminua a fonte, ou diminua o tamanho da(s) célula(s), ou se for grande demais, vire 90°.
Olá pessoal!

Criei uma tabela, mas ela não cabe, na horizontal na página, o que devo fazer? A última coluna só aparece em parte. Vejam como digitei. Há algum erro?
Obrigado

\begin{table}[h]

\caption{ Validação do Modelo "A Conta não fecha"}


\begin{center}

\begin{tabular}[h]{cccccc}

\hline

ANO & TEMPO$(x_i)$ & APOSENTADOS x $(10^6)(y_i)$ & ${x_i}^2$ & $x_iy_i$ & $P(x_i) = 0,93x_i+14,93$\\

2008 & 8 & 22,7 & 64 & 181,60 & 22,37\\

2032 & 32 & 43,7 & 1.024 & 1.398,40 & 44,69\\

2050 & 50 & 61,7 & 2.500 & 3.085 & 61,43\\

\hline

$\sum$ & 90 & 128,10 & 3.588,00 & 4.665,00 & $E_2=\sum_{i=1}^3(y_i-P(x_i))^2\approx0,15$ \\

\hline

\label{Tabela 4}

\end{tabular}

\end{center}

\end{table}


--
Você está recebendo esta mensagem porque se inscreveu no grupo "Latex-br" dos Grupos do Google.
Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie um e-mail para latex-br+unsubscribe@googlegroups.com.
Para obter mais opções, acesse https://groups.google.com/groups/opt_out.

--
Você está recebendo esta mensagem porque se inscreveu no grupo "Latex-br" dos Grupos do Google.
Para cancelar a inscrição neste grupo e parar de receber seus e-mails, envie um e-mail para latex-br+unsubscribe@googlegroups.com.
Para obter mais opções, acesse https://groups.google.com/groups/opt_out.



--
                                            /////
                                         ( O O )
=================oOO==(_)==OOo=================
            Every day and every hour, I'm Learning more
          The more I Learn, the less I Know about before
         The Less I know, the more I want to Look around
             Diggin' deeper into Higher Ground...  UB40
                                   .oooO Oooo.
==================(     )=(     )=====================
                                     \  (     )  /
                                      \_)   (_/
===============================================
                        Ole Peter Smith, IME, UFG
            http://olepeter.mat.ufg.br  - ole at ufg.br
===============================================
                   Life sure is a Mystery to be Lived
                      Not a Problem to be Solved
===============================================
Reply all
Reply to author
Forward
0 new messages