如何调整呈现为输出格式beamer的Rmarkdown演示文稿的幻灯片宽度,以生成LaTex/PDF文件?MWE:title: "Adjust the width/aspect ratio of slides" # beamer_presentation: defaultbookdown::pdf_book:---
我正在用rmarkdown写一个beamer演示文稿,并用knitr把它转换成pdf。让header1级别定义部分很好,因为在某些beamer主题中,这些部分的名称可以显示在幻灯片标题中,这就是我包含它的原因。::opts_chunk$set(echo =假)
This is an RMarkdown presentation.For more details on using R <
我正在用RMarkdown做一个光束演示。我想在一些标题中插入一个手动段落。到目前为止,这是我的代码:title: "An Introduction to Statistical Analysis with R"date: "15th of October2019" beamer_presentation:---
在Beame