【发布时间】:2015-02-07 09:12:33
【问题描述】:
当使用 Madrid beamer 主题(和其他一些主题)时,Header 3 呈现为一个覆盖整个部分的框,但在 markdown 中,标题仅在开始时指定。如何指定节的结尾?
在下面的示例中,我希望第二句话在方框内,但第三句话回到白色背景。
示例:
---
title: "Example"
output:
beamer_presentation:
colortheme: beaver
theme: Madrid
---
## Slide with Box
Hello, I'm not in the box
### This is a box
And this text is in the box!
I don't want to be in the box, but I am.
输出
【问题讨论】:
-
@zx8754 这对我不起作用。
标签: r latex knitr r-markdown beamer