dan-weiss / apa7-latex-cls-source

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

Using !ph to have figures float within text #46

Open maurice-schleussinger opened 2 years ago

maurice-schleussinger commented 2 years ago

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.