-
Notifications
You must be signed in to change notification settings - Fork 0
/
slides.org
39 lines (22 loc) · 1.09 KB
/
slides.org
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# - This document is meant to be converted to HTML for reveal.js and not
# - to write the actual slides (see [[lesson.org]] instead).
# - It requires the use of the org-reveal exporter for reveal.js:
# Manual install of org-reveal :
# Use with https://github.com/hakimel/reveal.js/archive/3.3.0.tar.gz
# and git clone https://github.com/yjwen/org-reveal.git
#
# M-x load-file : elisp/org-reveal/ox-reveal.el
# - Export to HTML viewed in the Web browser: C-c C-e R B
# For printing to PDF : https://github.com/hakimel/reveal.js#pdf-export
# - See also [[./handbook.org]] for a PDF version as a handbook
# - Customize specific slides org-mode settings if needed :
#+EXCLUDE_TAGS: handbookonly teachersonly noexport
#+OPTIONS: d:(not "TEACHERSONLY")
#+OPTIONS: num:nil toc:1
# - Main content included here:
#+INCLUDE: lesson.org :minlevel 1
* COMMENT Footer
# Local Variables:
# org-image-actual-width: nil
# org-reveal-title-slide: "<h1 class=\"title\">Example lesson<h1><h2>How to teach using org-mode for fun and profit</h2><h2></h2><h3>Olivier Berger<h3><h3 class=\"date\">2018-04-23</h3>"
# End: