【发布时间】:2016-11-28 20:27:52
【问题描述】:
我正在将我的工作流程转移到输出 Beamer 幻灯片的 R/RMarkdown。我每年进行大约 60 次演讲,我喜欢自动化流程。但是,我需要增加 Beamer 输出中的基本字体大小。使用下面的代码,项目符号文本的大小与 fontsize 中的值无关。我可以输入 12pt 或 24pt,.tex 文件中的选项发生变化,但生成的 Beamer pdf 没有变化。我在win10的RStudio中编译。
title: "Title"
author: "Matthew C. Roberts"
date: "October 2016"
fontsize: 12pt
output:
beamer_presentation:
---
## Blah
* Hi, my name is Matt
* This is a bullet point
+ so is this
+ this is fontsize
【问题讨论】:
标签: r r-markdown