【发布时间】:2014-08-12 19:58:18
【问题描述】:
我正在尝试使用 RMarkdown 创建一个文档并在 Word 中输出,我的问题是如何使我的文本成为 2 列样式的纸张。 这是我要制作 2 列的文本:
---title: "REPORT"
output:
word_document
---
### _1.INTRODUCTION_
The objective of this report ...
* Section 2 - Summary
Section 2 presents summary tables per Transmission Zone
* Section 3 - Voltage Margin
Let $\Delta V_1 > 0$ and $\Delta V_3 > 0$ be the maximum
谢谢
【问题讨论】:
标签: r markdown r-markdown