RStudio降价词句:如何更改样式

时间:2018-12-17 01:17:31

标签: ms-word rstudio markdown r-markdown

有两种方法可以将分页符功能添加到rmarkdown文档中:使用docx template或使用库worded。至少,这些是我所知道的。我更喜欢使用库worded来避免使用docx模板并控制rmd文件中的格式。这是我使用的标头:

---
title: "Appendix"
author: ''
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
  worded::rdocx_document
---

现在,我想更改字体并使用枚举添加目录。使用<!---BLOCK_TOC--->可以使toc具有页面,但不能具有枚举。我想知道worded中是否有这样做的选项。我没有在文档中找到它(或我不理解它)。如果不可能,如何将worded与template-docx结合使用?

0 个答案:

没有答案