【发布时间】:2019-09-24 01:59:43
【问题描述】:
例子:
---
output: pdf_document
mainfont: Times New Roman
fontsize: 12pt
spacing: 1.1
geometry: "left=1in,right=1in,top=0.5in,bottom=1in"
vspace: 4pt
---
This line is normal text.
This line uses Garamond font and font size 14.
This line uses arial font and font size 16.
This line is normal text.
我尝试了几个选项,但都没有奏效。如果有办法,请告诉我。
【问题讨论】:
-
这确实是一个 LaTeX 问题,不幸的是,不是 R 或 Rmd 问题。搜索tex.stackexchange.com,您可能会找到几个选项。
标签: r latex r-markdown