wjschne / apaquarto

A quarto extension for creating APA7 documents in .docx, .html, and .pdf formats
https://wjschne.github.io/apaquarto/
Creative Commons Zero v1.0 Universal
153 stars 13 forks source link

All figures appear at the end of doc #61

Closed schneiderpy closed 4 months ago

schneiderpy commented 4 months ago

Hi Joel. I'm not sure if this is a new "issue", but all my figures (produced by code or with knitr::include_graphics() ) appear at the end of the word document, and no matter if I reduce size / with / hight of the image (or is this APA 7th style?)

wjschne commented 4 months ago

Yes, this is typical of APA style. However, if you set floatsintext: true in your YAML header, the figures will be intermingled with your text. Let me know if this fixes your concern.

schneiderpy commented 4 months ago

Thank you @wjschne. This solved the issue