diff options
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/default.revealjs b/default.revealjs index 4f5b110..ff88a44 100644 --- a/default.revealjs +++ b/default.revealjs | |||
@@ -93,12 +93,12 @@ $if(controlsTutorial)$ | |||
93 | $endif$ | 93 | $endif$ |
94 | $if(controlsLayout)$ | 94 | $if(controlsLayout)$ |
95 | // Determines where controls appear, "edges" or "bottom-right" | 95 | // Determines where controls appear, "edges" or "bottom-right" |
96 | controlsLayout: $controlsLayout$, | 96 | controlsLayout: '$controlsLayout$', |
97 | $endif$ | 97 | $endif$ |
98 | $if(controlsBackArrows)$ | 98 | $if(controlsBackArrows)$ |
99 | // Visibility rule for backwards navigation arrows; "faded", "hidden" | 99 | // Visibility rule for backwards navigation arrows; "faded", "hidden" |
100 | // or "visible" | 100 | // or "visible" |
101 | controlsBackArrows: $controlsBackArrows$, | 101 | controlsBackArrows: '$controlsBackArrows$', |
102 | $endif$ | 102 | $endif$ |
103 | $if(progress)$ | 103 | $if(progress)$ |
104 | // Display a presentation progress bar | 104 | // Display a presentation progress bar |
@@ -108,17 +108,21 @@ $if(slideNumber)$ | |||
108 | // Display the page number of the current slide | 108 | // Display the page number of the current slide |
109 | slideNumber: $slideNumber$, | 109 | slideNumber: $slideNumber$, |
110 | $endif$ | 110 | $endif$ |
111 | $if(showSlideNumber)$ | ||
112 | // 'all', 'print', or 'speaker' | ||
113 | showSlideNumber: '$showSlideNumber$', | ||
114 | $endif$ | ||
111 | $if(hash)$ | 115 | $if(hash)$ |
112 | // Add the current slide number to the URL hash so that reloading the | 116 | // Add the current slide number to the URL hash so that reloading the |
113 | // page/copying the URL will return you to the same slide | 117 | // page/copying the URL will return you to the same slide |
114 | hash: $hash$, | 118 | hash: $hash$, |
115 | $endif$ | 119 | $endif$ |
116 | // Push each slide change to the browser history | 120 | $if(hashOneBasedIndex)$ |
117 | $if(history)$ | 121 | // Start with 1 for the hash rather than 0 |
118 | history: $history$, | 122 | hashOneBasedIndex: $hashOneBasedIndex$, |
119 | $else$ | ||
120 | history: true, | ||
121 | $endif$ | 123 | $endif$ |
124 | // Push each slide change to the browser history | ||
125 | history: $if(history)$$history$$else$true$endif$, | ||
122 | $if(keyboard)$ | 126 | $if(keyboard)$ |
123 | // Enable keyboard shortcuts for navigation | 127 | // Enable keyboard shortcuts for navigation |
124 | keyboard: $keyboard$, | 128 | keyboard: $keyboard$, |
@@ -170,6 +174,10 @@ $if(help)$ | |||
170 | // key is pressed | 174 | // key is pressed |
171 | help: $help$, | 175 | help: $help$, |
172 | $endif$ | 176 | $endif$ |
177 | $if(pause)$ | ||
178 | // Flags if it should be possible to pause the presentation (blackout) | ||
179 | pause: $pause$, | ||
180 | $endif$ | ||
173 | $if(showNotes)$ | 181 | $if(showNotes)$ |
174 | // Flags if speaker notes should be visible to all viewers | 182 | // Flags if speaker notes should be visible to all viewers |
175 | showNotes: $showNotes$, | 183 | showNotes: $showNotes$, |
@@ -317,7 +325,7 @@ $if(zoomKey)$ | |||
317 | $endif$ | 325 | $endif$ |
318 | $if(display)$ | 326 | $if(display)$ |
319 | // The display mode that will be used to show slides | 327 | // The display mode that will be used to show slides |
320 | display: $display$, | 328 | display: '$display$', |
321 | $endif$ | 329 | $endif$ |
322 | $if(mathjax)$ | 330 | $if(mathjax)$ |
323 | math: { | 331 | math: { |