Quarto Tips
Exporting as .docx as APA format
Those are tips and reminders to myself… Enjoy if they are useful for you too.
Using Quarto (on Rstudio) I can export to a Word document with a specific style.
Example. I can create an APA-7ed-style word file, and export my text, figures, and tables to APA format.
Click here to see a tutorial on how to do it.
Click here to see the APA style I’ve organized.
Summary of the tutorial
Basically, you only need:
- Add the .docx file with the style (example) in the same folder as the Quarto file.
- Add the following syntax to at the top of the file:
format:
docx:
reference-doc: custom-reference-doc.docx
- Done