aaronpeikert / reproducible-research

A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker
https://psyarxiv.com/8xzqy/
Creative Commons Attribution 4.0 International
122 stars 17 forks source link

Rendering with floatsintext #38

Closed brandmaier closed 4 years ago

brandmaier commented 4 years ago

When calling make DOCKER=TRUE, the document is rendered with all images at the end of the document even though the YAML header specifies "floatsintext : yes".

aaronpeikert commented 4 years ago

I get this manuscript.pdf version with images in text and not at the end.

aaronpeikert commented 4 years ago

I have added a make rebuild target which build the docker image without cache (reinstalling all packages), could you try that?

brandmaier commented 4 years ago

This did the job!