You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although APA guidelines do not ask for endfloat markers in the text (like "Figure 2 about here"), I would still like to have them. I tried tinkering with the endfloat options within the apa7.cls file to no avail. Is there any way to make apa7 package use endfloat markers within text?
The text was updated successfully, but these errors were encountered:
There is a bug in the class because changing the endfloat options produces inconsistent results depending on which options are changed. By removing nomarkers I get markers for the first two floats (in the same section and on the same page), but no others. And, if I add tablist and figlist I only get the list of tables. But, if I comment out lines 1129--1239 and using \RequirePackage[heads]{endfloat}[1995/10/11] the options, and the defaults, do have an effect (i.e., all the markers appear and so do the headings together with the list of tables, but for some reason not the list of figures, and figures output before tables). But, by doing that the figures are all placed at the top of page.
Although APA guidelines do not ask for endfloat markers in the text (like "Figure 2 about here"), I would still like to have them. I tried tinkering with the endfloat options within the
apa7.cls
file to no avail. Is there any way to make apa7 package use endfloat markers within text?The text was updated successfully, but these errors were encountered: