Appreciate most times a MWE is required for these questions, but I'm not even sure what code to include from a fairly large thesis file set. My question surrounds the use of caption in the longtable package.
Code: Select all
\usepackage{longtable}
\usepackage{caption} %both have been called in the preamble
Code: Select all
\captionsetup
I want to build a single column, multi-page longtable with a caption. I can build the table I want using the normal table functions, but without the multi-page layout so I know the formatting of that is ok. However the caption is throwing up an error that I just can't work out.
At a basic level:
Code: Select all
\begin{longtable}{c}
\caption{Here is my first table...}\\
\end{longtable}
I've tried some different guesses at inserting the
Code: Select all
\captionsetup
Any help is much appreciated.
Thanks