I have a table that spans over multiple pages in the landscape environment. The caption shows up but isn't linked to the list of table nor does it assign a table number. Below is the code.
Code: Select all
\begin{landscape}
\centering
\caption{Subject matter experts and their expertise.}
\begin{longtable}[t]{ l p{4cm} p{4cm} p{10cm} }
\toprule
ID & Organisation & Area of expertise & Justification of expertise \\
\midrule
\endhead
... & ... & ... & ... \\
\bottomrule
\end{longtable}
\label{tab:SME1}
\end{landscape}