Text Formatting ⇒ How do I get my table to continue on the next pages
-
- Posts: 1
- Joined: Sun Feb 16, 2025 1:10 am
How do I get my table to continue on the next pages
\documentclass{article}
\usepackage{graphicx} % Required for inserting images
\usepackage{longtable}
\usepackage{multirow}
Then at the beginning of my table which is located in the middle of the document I have the following syntax:
\subsection*{A. Microbiology and Biochemistry Input Features}
\begin{tabular}{ |p{0.5cm}|p{3cm}|p{5.5cm}|p{3cm}| }
\hline
\multicolumn{4}{|c|}{Microbiology and Biochemistry Input Features} \\
\hline
No.& Microbiology and Biochemistry Input Features&Description&Normal Measure Range\\
\hline[/b][/b]
However, my table is not spanning into multiple pages. Please see the attached screen shot of the outcome of the syntax. My list goes from 1 to 30 and I really want to continue my table to the next pages with the same heading. Thank you for your help.
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
Re: How do I get my table to continue on the next pages

It is not enough to just load the

In the attached pdf file it looks as if the table is too wide and extends beyond the right margin. In this case, you should have a look at the

In addition, given the small column width it would probably be advisable to replace the justified text in the second to last column by a left-aligned one.
Does the section numbering indicate an appendix?