JAl*_*len 8 beamer pandoc rstudio r-markdown
我希望能够通过RStudio-Rmarkdown-Pandoc-Beamer路径将帧选项传递给投影仪。这将允许利用Beamer的选项来抑制打印帧。Beamer允许以下操作:
\documentclass[handout]{beamer}
\begin{document}
\begin{frame}
Slide 1
\end{frame}
\begin{frame}<handout:0>
Slide 2 to be suppressed
\end{frame}
\end{document}
Run Code Online (Sandbox Code Playgroud)
我知道可以将pandoc .tex模板更改为静态添加选项以滑动帧,但是想即时执行以下操作:
##Slide 1
## Slide 2 <handout:0>
Run Code Online (Sandbox Code Playgroud)
在讲义模式下隐藏框架的肮脏技巧:
---
output:
beamer_presentation:
keep_tex: true
classoption: handout
---
# normal frame
``` {=latex}
\end{frame}
\begin{frame}<handout:0>
\frametitle{special}
```
hidden in handout
# normal frame
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
258 次 |
| 最近记录: |