apa7-latex-cls-source icon indicating copy to clipboard operation
apa7-latex-cls-source copied to clipboard

Using !ph to have figures float within text

Open maurice-schleussinger opened this issue 2 years ago • 0 comments

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.

maurice-schleussinger avatar May 19 '22 10:05 maurice-schleussinger