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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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?