0

I am relatively new to LaTeX and have been trying to implement a table into a paper I am working on. No matter what I do, however, I keep running into the problem of the table appearing after the bibliography despite coming first in the document. The following is the code:

\clearpage
\begin{table}[H]
\caption{Sample APA table}
\centering
\begin{tabular}{ll}
\toprule
Mean & \ Standard Deviation \\
\midrule
Row 1 & Data 1  \\
Row 2 & Data 3 \\
\bottomrule
\end{tabular}
\end{table}

\FloatBarrier \nocite{*} \printbibliography \end{document}

I have tried using \newpage as well as changing the float placement of the table. No matter what, though, the table comes after the bibliography. Any ideas? Thank you!

David Carlisle
  • 757,742

0 Answers0