我想减少knitr生成的word文档中的边距大小。
我在YAML标题中尝试了两种方法:
{{1}}
并通过手动更改docx中的边距并保存为模板:
{{1}}
这两种方法都没有略微改变边际。
我做错了什么?
答案 0 :(得分:0)
yaml
似乎很难看格式化以明确显示选项的层次结构。当我在计算机上测试它时,这是有效的documented here:
---
title: mytitle
author: me
output:
word_document:
reference_docx: template.docx
---