Hello,
I am trying to render my quarto file into an MS Word document. I created a reference word template per quarto documentation and placed the call in the YAML header:
format:
docx:
reference-doc: custom-reference-doc.docx
However, when I try to render to my Word document, I get the following error message:
File custom-reference-doc.docx not found in resource path
I am working from within an R project and the reference document is in my current R project working directory, so I do not understand the error in rendering.
Any help is much appreciated.
Thanks,
Felippe