dan-weiss / apa7-latex-cls-source

Source code for apa7 class
LaTeX Project Public License v1.3c
49 stars 13 forks source link

Table / Figure Position prints to screen #55

Open misilot opened 1 year ago

misilot commented 1 year ago

Hello

When using the manuscript mode [htbp] prints for both figures and tables in the document about the Caption / "Figure ##" Reference.

\begin{table}[htbp]
\begin{center}
    \caption{Table Caption}
    \begin{tabular}{l c} 
        \hline\hline
                 A &B \\
        \hline\hline
        test & 42 \\
        \hline

        \hline
    \end{tabular}
\end{center}
\end{table}