使用法兰克福主题以knitr
制作投影仪幻灯片时,PDF输出包括带有节和小节名称的幻灯片。
---
title: Movies
author: Chewy
output:
beamer_presentation:
slide_level: 3
theme: "Frankfurt"
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
#Introduction
##Background
###History
A long time ago ...
###History
... in a galaxy far far away
#The End
##This the end
### My only friend, the end
提供此输出...
幻灯片1-4:
幻灯片5-8:
如何保留带有章节标题和小标题的幻灯片(2、3、6和7),同时保持显示在幻灯片顶部的文档结构?
最佳答案
这些框架是由命令\AtBeginSubsection{}
和\AtBeginSection{}
生成的,您可以在YAML前端问题中重新定义它们,而不执行任何操作:
---
header-includes:
- \AtBeginSubsection{}
- \AtBeginSection{}
---
关于r - 编织横梁滑轨的节和小节标题的删除框,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/38180441/