Graphics, Figures & Tableslongtable environment moves content into page margin

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
flashflail
Posts: 7
Joined: Wed Dec 02, 2009 12:30 pm

longtable environment moves content into page margin

Post by flashflail »

Hi,

I've got a problem with a longtable.
I am using it several times in my document, but at one usage there is a problem.
The content that follows after the longtable is being moved below the bottom page margin. It seems as if the resized margin is as big as the content auf the longtable. If I remove the table all is working correct.

Here is the code of the longtable:

Code: Select all

\begin{longtable}{|p{.4\textwidth}p{.4\textwidth}|}
\caption{Klassifizierung von Elementen hierarchischer und relationaler Datenquellen}
\label{tab:metamodell-elemente} \\
        \hline
        \centerline{\textbf{relational}} & \centerline{\textbf{hierarchisch}} \endhead
        \hline
        Relation & Auszeichner mit Unterelementen \\
        Attribut & atomarer Auszeichner und Attribute \\
        Fremdschlüsselbeziehung & Kindelement mit nicht-atomaren Unterelementen \\
        \hline
\end{longtable}
Attached file is a screenshot of the processed page.

Any solutions?
Attachments
screenshot of the processed page
screenshot of the processed page
longtable-problem.PNG (69.88 KiB) Viewed 1292 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply