This is my first post here. I am pretty new to LaTeX, but so far I am enjoying it. I am writing a document, which unlike manuscripts, requires to have figures and tables in the text rather than at the end. Here are the relevant(I think!) parts of the code:
Code: Select all
\documentclass[man,floatsintext,draftfirst]{apa6}
Code: Select all
\begin{figure}[ht]
\fitfigure{figure.jpg}
\caption{Experiment 1}
\label{fig:trial}
\end{figure}
floatsintext
, the figure is placed after the bibliography, like a normal manuscript (man
), but when I add it, it seems the only difference that it makes is putting it before the bibliography, but still after the whole document! I have tried adding and removing more text and moving the figure to different places but it does not seem to have any effect. Could you please point to where I am making a mistake?
Thanks in advance.
-Saam