You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PdfExport
2
2
3
-
A [reveal.js](https://github.com/hakimel/reveal.js/) plugin to easly switch between screen and the built-in PDF export mode by pressing a shortcut key.
3
+
A [reveal.js](https://github.com/hakimel/reveal.js/) plugin to easly switch to the built-in PDF export mode and back by pressing a shortcut key.
4
4
5
5
## Installation
6
6
@@ -18,7 +18,7 @@ Reveal.initialize({
18
18
});
19
19
```
20
20
21
-
You need to remove all of the following or similar lines from your presentation. Paper or PDFstylesheets will be set by the plugin.
21
+
You need to remove all of the following or similar lines from your presentation. Paper- or PDF-stylesheets will be set by the plugin.
22
22
23
23
```html
24
24
<!-- Printing and PDF exports -->
@@ -35,7 +35,9 @@ You need to remove all of the following or similar lines from your presentation.
35
35
36
36
To toggle between screen and PDF mode you can press the ```E``` shortcut on the keyboard.
37
37
38
-
### Parameter
38
+
### Configuration
39
+
40
+
You can configure some aspects of the plugin by adding the following options to your reveal configuration. Note that all configuration values are optional and will default to the values specified below.
0 commit comments