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:

  1. Add the .docx file with the style (example) in the same folder as the Quarto file.
  2. Add the following syntax to at the top of the file:
format:  
  docx:
    reference-doc: custom-reference-doc.docx
  1. Done
Ruam Pimentel
Ruam Pimentel
Ph.D. Candidate - See my CV

My research interests include Personality, Psychological Assessment, Neuroscience, Data Science. Do you want to support me? Click here to buy me a coffee

Related