【问题标题】:How to change the fontsize in beamer_presentation smaller?如何将投影仪演示文稿中的字体大小更改为更小?
【发布时间】:2019-10-31 21:01:07
【问题描述】:

我想让R markdown中代码块的字体大小更小,这样每张幻灯片可以包含更多的内容。

我尝试设置总投影仪的字体大小,

title: "In"
author: "Y"
output: beamer_presentation
font_adjustment: -2

但即使我将“font_adjustment = -2”更改为“-15”,字体大小似乎也没有变化。

【问题讨论】:

    标签: r markdown r-markdown font-size


    【解决方案1】:

    我刚刚找到了答案,

    fontsize:  12 pt
    

    谢谢。

    【讨论】:

    • 你把它放在哪里了?
    • YAML 标头末尾的某处(在顶层,因此不从属于例如 output: beamer_presentation
    猜你喜欢
    • 1970-01-01
    • 2019-08-03
    • 2015-03-28
    • 1970-01-01
    • 2014-12-09
    • 2011-03-02
    • 2010-12-13
    • 2017-11-11
    • 2014-07-18
    相关资源
    最近更新 更多