Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I am input a file in my main latex file but the table (inputfiles contains a table) is too long to be on apage. How can I break it on two or main pages.

\usepackage{longtable} %%


\IfFileExists{file}{%
\begin{table}
\begin{center}
\caption{Grenzwertverletzung [st]}
\begin{tabular}{ll}
st&  \input{file} \\
\end{tabular}
\end{center}
\end{table}
}{} 

enter image description here

share|improve this question
3  
\usepackage{longtable} – Eddy_Em Jan 11 at 7:29
@ Eddy_Em, please see edited question – user31177 Jan 11 at 7:44
\begin{longtable} … Just read its documentation! – Eddy_Em Jan 11 at 9:35
What should I change????????? – user31177 Jan 11 at 14:39
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.