YAML not picking upt reference dox

Here is my YAML:

---
title: "Appendix"
output:
  word_document:
    reference_docx: "word-styles-reference-01.docx"
---

I'm trying to follow:

https://rmarkdown.rstudio.com/articles_docx.html

I have placed the reference docx in the same directory as the rmd file.

However, I have been unable to get the formats specified in the reeference docx to apply to the rmd doc file I am creating.

I have followed the steps. I did find that the knit button on my rmd file lost the options to select html, word or pdf and so copied it to a new rmd file.

Please any ideas as to why the reference docx is not being used?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.