【发布时间】:2019-10-23 11:45:08
【问题描述】:
我正在使用 R Markdown 进行投影仪演示。我想在某些标题中插入一个手动段落。到目前为止,这是我的代码:
---
title: "An Introduction to Statistical Analysis with R"
author: Me
date: "15th of October 2019"
output:
beamer_presentation:
slide_level: 2
---
# This is my first header
在 Beamer PDF 文件中,我希望标题位于两个单独的段落中,如下所示:
This is my
first header
有没有办法做到这一点?
【问题讨论】:
标签: r markdown r-markdown knitr