I am quite new with the package endfloat and I am trying to move all my table at the end of the document with the words "Table x about here" instead of the table in the text. Two problems with the table in landscape format:
- I have one "Table x about here" per page.
- the table at the end are in the standard format and not in landscape format.
Code: Select all
\begin{landscape}
\begin{table}[htbp]
\centering
\footnotesize
\caption{TEST}
\begin{tabular}{|r|r|r|}
a&b&c
\end{tabular}%
\end{table}
\end{landscape}%