apa7-latex-cls-source
apa7-latex-cls-source copied to clipboard
Using !ph to have figures float within text
I used the floatsintext parameter like so:
\documentclass[man, biblatex, floatsintext]{apa7}
…
But both figures and tables are still pushed to the end of the document.
In the documentation the !ph
parameter is mentioned to fix this for longtables
, but I need to use it for "normal tables and figures as well:
\begin{figure}[!ph]
…
\begin{sidewaystable}[ph!]
…
This solves my problem but is not documented and probably not intended like this since floatsintext
should take care of that but does not.