Page LayoutPage number colliding with large table

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
edith
Posts: 1
Joined: Tue Oct 27, 2009 2:22 pm

Page number colliding with large table

Post by edith »

Hi, I am new to latex. I have the problem that the page number is colliding with lage tables, written inside the table on top of the text. Here is the table, but the long sections of text have been replaced with letters. This is all that's in this document so far, this chapter is used as input in the main document, whis is the one I am building.

\begin{document}
\chapter{The system in question}
\section{Responsibility to ...}
\begin{table}
\longtable

\begin{tabular}{|p{2cm}|p{11cm}|}
\hline
What & Description \\
& \\
\hline
Technical system responsibility (onshore) & \begin{itemize}
\item a.
\item b. \ldots
\end{itemize} \\
\hline

Technical discipline responsibility (onshore) & \begin{itemize}
\item c.
\item d.
\item e.
\item f. \ldots
\end{itemize} \\
\hline

Operational system responsibility (offshore) & \begin{itemize}
\item g.
\item h.
\item i.
\item j. \ldots
\end{itemize} \\
\hline

Operational discipline responsibility (offshore) & \begin{itemize}
\item k.
\item l.
\item m.
\item n.
\item o. \ldots
\end{itemize} \\
\hline
\end{tabular}

\caption{Responsibilities for the system according to ...}
\label{tab:hours}
\end{table}

Someone who knows what I am doing wrong or a way I can fix it?

Thanks!
Last edited by edith on Tue Oct 27, 2009 3:17 pm, edited 1 time in total.

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Page number colliding with large table

Post by localghost »

edith wrote:[…] Someone who knows what I am doing wrong or a way I can fix it? […]
Build a minimal working example (MWE) that only contains the necessary settings, packages and of course your table. Giving specific help becomes easier when seeing some code.


Best regards and welcome to the board
Thorsten¹
Post Reply