Search found 1 match

by SolomonRussom
Sun Feb 16, 2025 1:30 am
Forum: Text Formatting
Topic: How do I get my table to continue on the next pages
Replies: 1
Views: 17065

How do I get my table to continue on the next pages

At the beginning of my LaTeX document I have the following syntax:
\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 ...