summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--default.latex4
-rw-r--r--default.org6
-rw-r--r--default.revealjs24
3 files changed, 21 insertions, 13 deletions
diff --git a/default.latex b/default.latex
index b03c4d8..aad9ee3 100644
--- a/default.latex
+++ b/default.latex
@@ -373,7 +373,7 @@ $if(csl-refs)$
373\setlength{\cslhangindent}{1.5em} 373\setlength{\cslhangindent}{1.5em}
374\newlength{\csllabelwidth} 374\newlength{\csllabelwidth}
375\setlength{\csllabelwidth}{3em} 375\setlength{\csllabelwidth}{3em}
376\newenvironment{CSLReferences}[3] % #1 hanging-ident, #2 entry spacing 376\newenvironment{CSLReferences}[2] % #1 hanging-ident, #2 entry spacing
377 {% don't indent paragraphs 377 {% don't indent paragraphs
378 \setlength{\parindent}{0pt} 378 \setlength{\parindent}{0pt}
379 % turn on hanging indent if param 1 is 1 379 % turn on hanging indent if param 1 is 1
@@ -387,7 +387,7 @@ $if(csl-refs)$
387\usepackage{calc} 387\usepackage{calc}
388\newcommand{\CSLBlock}[1]{#1\hfill\break} 388\newcommand{\CSLBlock}[1]{#1\hfill\break}
389\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}} 389\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}}
390\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}} 390\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break}
391\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} 391\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
392$endif$ 392$endif$
393 393
diff --git a/default.org b/default.org
index 860342e..a7daef7 100644
--- a/default.org
+++ b/default.org
@@ -1,12 +1,12 @@
1$if(title)$ 1$if(title)$
2#+TITLE: $title$ 2#+title: $title$
3 3
4$endif$ 4$endif$
5$if(author)$ 5$if(author)$
6#+AUTHOR: $for(author)$$author$$sep$; $endfor$ 6#+author: $for(author)$$author$$sep$; $endfor$
7$endif$ 7$endif$
8$if(date)$ 8$if(date)$
9#+DATE: $date$ 9#+date: $date$
10 10
11$endif$ 11$endif$
12$for(header-includes)$ 12$for(header-includes)$
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: {