pandoc+revealjs使用Markdown编写在线PPT
学什么PPT,学reveal.js就够了!
revealjs
Markdown
文档头部元数据
1
2
3% 标题
% 作者
% 日期分页
1
2--- 横向强制分页
-- 纵向分页,通常一列可以作为一个章节。
pandoc
pandoc是一个神奇而强大的工具,非常强大。具体使用方法,参见官方文档。使用范例,后面再陆续总结。。。
转换命令
1 | pandoc slides.md -o slides.html -t revealjs -s -V theme=beige |
常用主题
- default:(默认)深灰色背景,白色文字
- beige:米色背景,深色文字
- sky:天蓝色背景,白色细文字
- night:黑色背景,白色粗文字
- serif:浅色背景,灰色衬线文字
- simple:白色背景,黑色文字
- solarized:奶油色背景,深青色文字
快捷键
p
:上一页n
:下一页s
:演示模式f
: 全屏模式b(/.)
: 黑屏暂停o
: 概览模式Esc
:退出全屏/概览模式?
: 快捷键帮助Alt + 鼠标单击
:放大显示
演示备注
1 | <aside class="notes"> |
相关资料
- https://www.lfhacks.com/s/revealjs.html
- https://palmer.arkstack.cn/2017/05/RevealJs-slides%E6%BC%94%E7%A4%BA%E5%B7%A5%E5%85%B7-%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3/
- https://vxhly.github.io/archives/8bdf06de.html
- https://amito.me/2018/Using-Pandoc-to-Make-HTML-and-Beamer-Slides/
- https://github.com/luckylooke/revealjsBallTheme
- https://crazy-max.github.io/php7-presentation/#/
- https://github.com/denehyg/reveal.js-menu
- https://github.com/denehyg/reveal.js-toolbar
- https://github.com/byteclubfr/uncloak
- https://linux.cn/article-10228-1.html
- https://pandoc.org/MANUAL.html